COLOR #8959DE

HEX: #8959DE RGB: (137,89,222)

Color info

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

RGB color model

#8959DE color RGB value is (137,89,222).

RGB: (137,89,222) (54%, 35%, 87%)

RGB channels and saturation

R 137 of 255 = 54%
G 89 of 255 = 35%
B 222 of 255 = 87%

137
89
222

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

Portions of RGB colors in percentages

R + G + B = 137 + 89 + 222 = 448 (100%)
R 137 of 448 ~ 30.58%
G 89 of 448 ~ 19.87%
B 222 of 448 ~ 49.55'%

%30.58
%19.87
%49.55

CMYK color model

#8959DE color CMYK value is (38,60,0,13).

  • cyan value is 38.29%
  • magenta value is 59.91%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (38,60,0,13)
C38M60Y0K13 (38%, 60%, 0%, 13%)
(0.38 / 0.60 / 0.00 / 0.13)

CMYK percentages

%38.29
%59.91
%0
%12.94

Codes

Color #8959DE in popluar color models

89 59 DE
RGB 137 89 222
HSL 262° 66.83% 60.98%
HSB/HSV 262° 59.91% 87.06%
CMYK 38.29% 59.91% 0.00%
12.94%

Color #8959DE in popluar number systems.

HEX 89 59 DE
Decimal 137 89 222
Binary 10001001 1011001 11011110
Octal 211 131 336

Shades and tints

Shades of #8959DE

#8959DE
(137,89,222)
#7D51CA
(125,81,202)
#7149B6
(113,73,182)
#6541A2
(101,65,162)
#59398E
(89,57,142)
#4D317A
(77,49,122)
#412966
(65,41,102)
#352152
(53,33,82)
#29193E
(41,25,62)
#1D112A
(29,17,42)
#110916
(17,9,22)
#000000
(0,0,0)

Tints of #8959DE

#8959DE
(137,89,222)
#9368E1
(147,104,225)
#9D77E4
(157,119,228)
#A786E7
(167,134,231)
#B195EA
(177,149,234)
#BBA4ED
(187,164,237)
#C5B3F0
(197,179,240)
#CFC2F3
(207,194,243)
#D9D1F6
(217,209,246)
#E3E0F9
(227,224,249)
#EDEFFC
(237,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8959DE; }

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

This text font color is #8959DE.

Background Color

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

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

This div background color is #8959DE.

Border color

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

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

This div border color is #8959DE.

Opacity

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

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

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

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

This text has shadow with #8959DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8959DE.

Preview

Color preview on black background

This text has color #8959DE on black background.


Color preview on white background

This text has color #8959DE on white background.


Black color preview on #8959DE background

This text has black color on #8959DE background.


White color preview on #8959DE background

This text has white color on #8959DE background.


Related colors

Complementary color

Complementary color for #hex is #76A621.


I love getcolorcode.com

Triadic colors

1 #DE8959 and #59DE89 with #8959DE are triadic colors.

2 #DE5989 and #5989DE with #8959DE are triadic colors.