COLOR #855FA5

HEX: #855FA5
RGB: (133,95,165)

Renk bilgisi

#855FA5 contains mainly red and blue colors. #855FA5 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#855FA5 color RGB value is (133,95,165).

  • kırmız ton 133;
  • yeşil ton 95;
  • mavi ton 165.
RGB:
(133,95,165)
(52%,37%,65%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 95 of 255 = 37%
B 165 of 255 = 65%

133
95
165

R + G + B ~ 51%. #855FA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 95 + 165 = 393 (100%)
R 133 of 393 ~ 33.84%
G 95 of 393 ~ 24.17%
B 165 of 393 ~ 41.98%

%33.84
%24.17
%41.98

CMYK RENK MODELİ

#855FA5 rengi CMYK tonu (19,42,0,35).

  • camgöbeği tonu 19.39%
  • eflatun tonu 42.42%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(19,42,0,35)
C19M42Y0K35 
(19%,42%,0%,35%)
(0.19/0.42/0.00/0.35)	

CMYK yüzdeleri

%19.39
%42.42
%0
%35.29

Codes

Color #855FA5 in popluar color models

855FA5
RGB13395165
HSL273°28.00%50.98%
HSB/HSV273°42.42%64.71%
CMYK19.39%42.42%0.00%
35.29%

Color #855FA5 in popluar number systems.

HEX855FA5
Decimal13395165
Binary10000101101111110100101
Octal205137245

Shades and tints

Shades of #855FA5

#855FA5
(133,95,165)
#795796
(121,87,150)
#6D4F87
(109,79,135)
#614778
(97,71,120)
#553F69
(85,63,105)
#49375A
(73,55,90)
#3D2F4B
(61,47,75)
#31273C
(49,39,60)
#251F2D
(37,31,45)
#19171E
(25,23,30)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #855FA5

#855FA5
(133,95,165)
#906DAD
(144,109,173)
#9B7BB5
(155,123,181)
#A689BD
(166,137,189)
#B197C5
(177,151,197)
#BCA5CD
(188,165,205)
#C7B3D5
(199,179,213)
#D2C1DD
(210,193,221)
#DDCFE5
(221,207,229)
#E8DDED
(232,221,237)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855FA5 color. Also use rgb(133,95,165) instead hex code.

Text Font Color

.myTextColor { color: #855FA5; }

<p style="color:#855FA5">This sample text font color is #855FA5.</p>

This text font color is #855FA5.


Background Color

.myBgColor { background-color: #855FA5; }

<div style="background-color:#855FA5">Inner text</div>

This div background color is #855FA5.


Border color

.myBorderColor { border: 1px solid #855FA5; }

<div style="border:3px solid #855FA5">Div</div>

This div border color is #855FA5.


Opacity

.myOpacity80 { color: #855FA5; opacity: 0.8; }

<p style="color:#855FA5;opacity:0.8;">80%</p>

Text with #855FA5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #855FA5;}

<p style="text-shadow: 3px 3px 1px #855FA5">Text here.</p>

This text has shadow with #855FA5 color.

.textShadow {text-shadow: 3px 3px 1px #855FA5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #855FA5, 5px 5px 20px red">Text here.</p>

This text has shadow with #855FA5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#855FA5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#855FA5, Direction=45, Strength=4)">Text</p>

This text has shadow with #855FA5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #855FA5;
  -webkit-box-shadow:	1px 1px 3px 2px #855FA5;
  box-shadow:		1px 1px 3px 2px #855FA5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #855FA5;
-webkit-box-shadow: 1px 1px 3px 2px #855FA5;
box-shadow:1px 1px 3px 2px #855FA5;">
Div content here</div>
This div box has shadow with color #855FA5.

Preview

Color preview on black background

This text has color #855FA5 on black background.


Color preview on white background

This text has color #855FA5 on white background.



Black color preview on #855FA5 background

This text has black color on #855FA5 background.


White color preview on #855FA5 background

This text has white color on #855FA5 background.