COLOR #855F92

HEX: #855F92 RGB: (133,95,146)

Color info

#855F92 contains red, green and blue colors in about the same proportion. Web safe color of #855F92 is #996699 (or #969).

RGB color model

#855F92 color RGB value is (133,95,146).

RGB: (133,95,146) (52%, 37%, 57%)

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 146 of 255 = 57%

133
95
146

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

Portions of RGB colors in percentages

R + G + B = 133 + 95 + 146 = 374 (100%)
R 133 of 374 ~ 35.56%
G 95 of 374 ~ 25.4%
B 146 of 374 ~ 39.04'%

%35.56
%25.4
%39.04

CMYK color model

#855F92 color CMYK value is (9,35,0,43).

  • cyan value is 8.90%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (9,35,0,43) C9M35Y0K43 (9%,35%,0%,43%) (0.09/0.35/0.00/0.43) 

CMYK percentages

%8.9
%34.93
%0
%42.75

Codes

Color #855F92 in popluar color models

85 5F 92
RGB 133 95 146
HSL 285° 21.16% 47.25%
HSB/HSV 285° 34.93% 57.25%
CMYK 8.90% 34.93% 0.00%
42.75%

Color #855F92 in popluar number systems.

HEX 85 5F 92
Decimal 133 95 146
Binary 10000101 1011111 10010010
Octal 205 137 222

Shades and tints

Shades of #855F92

#855F92
(133,95,146)
#795785
(121,87,133)
#6D4F78
(109,79,120)
#61476B
(97,71,107)
#553F5E
(85,63,94)
#493751
(73,55,81)
#3D2F44
(61,47,68)
#312737
(49,39,55)
#251F2A
(37,31,42)
#19171D
(25,23,29)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #855F92

#855F92
(133,95,146)
#906D9B
(144,109,155)
#9B7BA4
(155,123,164)
#A689AD
(166,137,173)
#B197B6
(177,151,182)
#BCA5BF
(188,165,191)
#C7B3C8
(199,179,200)
#D2C1D1
(210,193,209)
#DDCFDA
(221,207,218)
#E8DDE3
(232,221,227)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F92; }

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

This text font color is #855F92.

Background Color

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

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

This div background color is #855F92.

Border color

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

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

This div border color is #855F92.

Opacity

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

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

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

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

This text has shadow with #855F92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855F92.

Preview

Color preview on black background

This text has color #855F92 on black background.


Color preview on white background

This text has color #855F92 on white background.


Black color preview on #855F92 background

This text has black color on #855F92 background.


White color preview on #855F92 background

This text has white color on #855F92 background.


Related colors

Complementary color

Complementary color for #hex is #7AA06D.


I love getcolorcode.com

Triadic colors

1 #92855F and #5F9285 with #855F92 are triadic colors.

2 #925F85 and #5F8592 with #855F92 are triadic colors.