COLOR #855F98

HEX: #855F98
RGB: (133,95,152)

Color info

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

RGB color model

#855F98 color RGB value is (133,95,152).

  • red value is 133;
  • green value is 95;
  • blue value is 152.
RGB:
(133,95,152)
(52%,37%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 152 of 255 = 60%

133
95
152

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

Portions of RGB colors in percentages

R + G + B =
133 + 95 + 152 = 380 (100%)
R 133 of 380 ~ 35%
G 95 of 380 ~ 25%
B 152 of 380 ~ 40%

%35
%25
%40

CMYK color model

#855F98 color CMYK value is (13,38,0,40).

  • cyan value is 12.50%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(13,38,0,40)
C13M38Y0K40 
(13%,38%,0%,40%)
(0.13/0.38/0.00/0.40)	

CMYK percentages

%12.5
%37.5
%0
%40.39

Codes

Color #855F98 in popluar color models

855F98
RGB13395152
HSL280°23.08%48.43%
HSB/HSV280°37.50%59.61%
CMYK12.50%37.50%0.00%
40.39%

Color #855F98 in popluar number systems.

HEX855F98
Decimal13395152
Binary10000101101111110011000
Octal205137230

Shades and tints

Shades of #855F98

#855F98
(133,95,152)
#79578B
(121,87,139)
#6D4F7E
(109,79,126)
#614771
(97,71,113)
#553F64
(85,63,100)
#493757
(73,55,87)
#3D2F4A
(61,47,74)
#31273D
(49,39,61)
#251F30
(37,31,48)
#191723
(25,23,35)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #855F98

#855F98
(133,95,152)
#906DA1
(144,109,161)
#9B7BAA
(155,123,170)
#A689B3
(166,137,179)
#B197BC
(177,151,188)
#BCA5C5
(188,165,197)
#C7B3CE
(199,179,206)
#D2C1D7
(210,193,215)
#DDCFE0
(221,207,224)
#E8DDE9
(232,221,233)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F98; }

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

This text font color is #855F98.


Background Color

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

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

This div background color is #855F98.


Border color

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

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

This div border color is #855F98.


Opacity

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

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

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

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

This text has shadow with #855F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F98 on black background.


Color preview on white background

This text has color #855F98 on white background.



Black color preview on #855F98 background

This text has black color on #855F98 background.


White color preview on #855F98 background

This text has white color on #855F98 background.