COLOR #855CA5

HEX: #855CA5
RGB: (133,92,165)

Renk bilgisi

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

RGB renk modeli

#855CA5 color RGB value is (133,92,165).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 92 of 255 = 36%
B 165 of 255 = 65%

133
92
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 92 + 165 = 390 (100%)
R 133 of 390 ~ 34.1%
G 92 of 390 ~ 23.59%
B 165 of 390 ~ 42.31%

%34.1
%23.59
%42.31

CMYK RENK MODELİ

#855CA5 rengi CMYK tonu (19,44,0,35).

  • camgöbeği tonu 19.39%
  • eflatun tonu 44.24%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(19,44,0,35)
C19M44Y0K35 
(19%,44%,0%,35%)
(0.19/0.44/0.00/0.35)	

CMYK yüzdeleri

%19.39
%44.24
%0
%35.29

Codes

Color #855CA5 in popluar color models

855CA5
RGB13392165
HSL274°28.85%50.39%
HSB/HSV274°44.24%64.71%
CMYK19.39%44.24%0.00%
35.29%

Color #855CA5 in popluar number systems.

HEX855CA5
Decimal13392165
Binary10000101101110010100101
Octal205134245

Shades and tints

Shades of #855CA5

#855CA5
(133,92,165)
#795496
(121,84,150)
#6D4C87
(109,76,135)
#614478
(97,68,120)
#553C69
(85,60,105)
#49345A
(73,52,90)
#3D2C4B
(61,44,75)
#31243C
(49,36,60)
#251C2D
(37,28,45)
#19141E
(25,20,30)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #855CA5

#855CA5
(133,92,165)
#906AAD
(144,106,173)
#9B78B5
(155,120,181)
#A686BD
(166,134,189)
#B194C5
(177,148,197)
#BCA2CD
(188,162,205)
#C7B0D5
(199,176,213)
#D2BEDD
(210,190,221)
#DDCCE5
(221,204,229)
#E8DAED
(232,218,237)
#F3E8F5
(243,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855CA5; }

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

This text font color is #855CA5.


Background Color

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

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

This div background color is #855CA5.


Border color

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

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

This div border color is #855CA5.


Opacity

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

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

Text with #855CA5 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 #855CA5;}

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

This text has shadow with #855CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855CA5 on black background.


Color preview on white background

This text has color #855CA5 on white background.



Black color preview on #855CA5 background

This text has black color on #855CA5 background.


White color preview on #855CA5 background

This text has white color on #855CA5 background.