COLOR #9989E0

HEX: #9989E0 RGB: (153,137,224)

Color info

#9989E0 contains mainly blue color. Web safe color of #9989E0 is #9999CC (or #99C).

RGB color model

#9989E0 color RGB value is (153,137,224).

RGB: (153,137,224) (60%, 54%, 88%)

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 224 of 255 = 88%

153
137
224

R + G + B ~ 67%. #9989E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 137 + 224 = 514 (100%)
R 153 of 514 ~ 29.77%
G 137 of 514 ~ 26.65%
B 224 of 514 ~ 43.58'%

%29.77
%26.65
%43.58

CMYK color model

#9989E0 color CMYK value is (32,39,0,12).

  • cyan value is 31.70%
  • magenta value is 38.84%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (32,39,0,12)
C32M39Y0K12 (32%, 39%, 0%, 12%)
(0.32 / 0.39 / 0.00 / 0.12)

CMYK percentages

%31.7
%38.84
%0
%12.16

Codes

Color #9989E0 in popluar color models

99 89 E0
RGB 153 137 224
HSL 251° 58.39% 70.78%
HSB/HSV 251° 38.84% 87.84%
CMYK 31.70% 38.84% 0.00%
12.16%

Color #9989E0 in popluar number systems.

HEX 99 89 E0
Decimal 153 137 224
Binary 10011001 10001001 11100000
Octal 231 211 340

Shades and tints

Shades of #9989E0

#9989E0
(153,137,224)
#8C7DCC
(140,125,204)
#7F71B8
(127,113,184)
#7265A4
(114,101,164)
#655990
(101,89,144)
#584D7C
(88,77,124)
#4B4168
(75,65,104)
#3E3554
(62,53,84)
#312940
(49,41,64)
#241D2C
(36,29,44)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #9989E0

#9989E0
(153,137,224)
#A293E2
(162,147,226)
#AB9DE4
(171,157,228)
#B4A7E6
(180,167,230)
#BDB1E8
(189,177,232)
#C6BBEA
(198,187,234)
#CFC5EC
(207,197,236)
#D8CFEE
(216,207,238)
#E1D9F0
(225,217,240)
#EAE3F2
(234,227,242)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9989E0 color. Also use rgb(153,137,224) instead hex code.

Text Font Color

.myTextColor { color: #9989E0; }

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

This text font color is #9989E0.

Background Color

.myBgColor { background-color: #9989E0; }

<div style="background-color:#9989E0">Inner text</div>

This div background color is #9989E0.

Border color

.myBorderColor { border: 1px solid #9989E0; }

<div style="border:3px solid #9989E0">Div</div>

This div border color is #9989E0.

Opacity

.myOpacity80 { color: #9989E0; opacity: 0.8; }

<p style="color:#9989E0;opacity:0.8;">80%</p>

Text with #9989E0 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 #9989E0;}

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

This text has shadow with #9989E0 color.


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

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

This text has shadow with #9989E0 primary color and red secondary color.


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

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

This text has shadow with #9989E0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9989E0.

Preview

Color preview on black background

This text has color #9989E0 on black background.


Color preview on white background

This text has color #9989E0 on white background.


Black color preview on #9989E0 background

This text has black color on #9989E0 background.


White color preview on #9989E0 background

This text has white color on #9989E0 background.


Related colors

Complementary color

Complementary color for #hex is #66761F.


I love getcolorcode.com

Triadic colors

1 #E09989 and #89E099 with #9989E0 are triadic colors.

2 #E08999 and #8999E0 with #9989E0 are triadic colors.