COLOR #8959C8

HEX: #8959C8
RGB: (137,89,200)

Color info

#8959C8 contains mainly blue color. Web safe color of #8959C8 is #9966CC (or #96C).

RGB color model

#8959C8 color RGB value is (137,89,200).

  • red value is 137;
  • green value is 89;
  • blue value is 200.
RGB:
(137,89,200)
(54%,35%,78%)

RGB channels and saturation

R 137 of 255 = 54%
G 89 of 255 = 35%
B 200 of 255 = 78%

137
89
200

R + G + B ~ 56%. #8959C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 89 + 200 = 426 (100%)
R 137 of 426 ~ 32.16%
G 89 of 426 ~ 20.89%
B 200 of 426 ~ 46.95%

%32.16
%20.89
%46.95

CMYK color model

#8959C8 color CMYK value is (32,56,0,22).

  • cyan value is 31.50%
  • magenta value is 55.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(32,56,0,22)
C32M56Y0K22 
(32%,56%,0%,22%)
(0.32/0.56/0.00/0.22)	

CMYK percentages

%31.5
%55.5
%0
%21.57

Codes

Color #8959C8 in popluar color models

8959C8
RGB13789200
HSL266°50.23%56.67%
HSB/HSV266°55.50%78.43%
CMYK31.50%55.50%0.00%
21.57%

Color #8959C8 in popluar number systems.

HEX8959C8
Decimal13789200
Binary10001001101100111001000
Octal211131310

Shades and tints

Shades of #8959C8

#8959C8
(137,89,200)
#7D51B6
(125,81,182)
#7149A4
(113,73,164)
#654192
(101,65,146)
#593980
(89,57,128)
#4D316E
(77,49,110)
#41295C
(65,41,92)
#35214A
(53,33,74)
#291938
(41,25,56)
#1D1126
(29,17,38)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #8959C8

#8959C8
(137,89,200)
#9368CD
(147,104,205)
#9D77D2
(157,119,210)
#A786D7
(167,134,215)
#B195DC
(177,149,220)
#BBA4E1
(187,164,225)
#C5B3E6
(197,179,230)
#CFC2EB
(207,194,235)
#D9D1F0
(217,209,240)
#E3E0F5
(227,224,245)
#EDEFFA
(237,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8959C8 color. Also use rgb(137,89,200) instead hex code.

Text Font Color

.myTextColor { color: #8959C8; }

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

This text font color is #8959C8.


Background Color

.myBgColor { background-color: #8959C8; }

<div style="background-color:#8959C8">Inner text</div>

This div background color is #8959C8.


Border color

.myBorderColor { border: 1px solid #8959C8; }

<div style="border:3px solid #8959C8">Div</div>

This div border color is #8959C8.


Opacity

.myOpacity80 { color: #8959C8; opacity: 0.8; }

<p style="color:#8959C8;opacity:0.8;">80%</p>

Text with #8959C8 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 #8959C8;}

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

This text has shadow with #8959C8 color.

.textShadow {text-shadow: 3px 3px 1px #8959C8, 3px 3px 1px red;}

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

This text has shadow with #8959C8 primary color and red secondary color.


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

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

This text has shadow with #8959C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8959C8 on black background.


Color preview on white background

This text has color #8959C8 on white background.



Black color preview on #8959C8 background

This text has black color on #8959C8 background.


White color preview on #8959C8 background

This text has white color on #8959C8 background.