COLOR #9990DA

HEX: #9990DA RGB: (153,144,218)

Color info

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

RGB color model

#9990DA color RGB value is (153,144,218).

RGB: (153,144,218) (60%, 56%, 85%)

RGB channels and saturation

R 153 of 255 = 60%
G 144 of 255 = 56%
B 218 of 255 = 85%

153
144
218

R + G + B ~ 67%. #9990DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 144 + 218 = 515 (100%)
R 153 of 515 ~ 29.71%
G 144 of 515 ~ 27.96%
B 218 of 515 ~ 42.33'%

%29.71
%27.96
%42.33

CMYK color model

#9990DA color CMYK value is (30,34,0,15).

  • cyan value is 29.82%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (30,34,0,15)
C30M34Y0K15 (30%, 34%, 0%, 15%)
(0.30 / 0.34 / 0.00 / 0.15)

CMYK percentages

%29.82
%33.94
%0
%14.51

Codes

Color #9990DA in popluar color models

99 90 DA
RGB 153 144 218
HSL 247° 50.00% 70.98%
HSB/HSV 247° 33.94% 85.49%
CMYK 29.82% 33.94% 0.00%
14.51%

Color #9990DA in popluar number systems.

HEX 99 90 DA
Decimal 153 144 218
Binary 10011001 10010000 11011010
Octal 231 220 332

Shades and tints

Shades of #9990DA

#9990DA
(153,144,218)
#8C83C7
(140,131,199)
#7F76B4
(127,118,180)
#7269A1
(114,105,161)
#655C8E
(101,92,142)
#584F7B
(88,79,123)
#4B4268
(75,66,104)
#3E3555
(62,53,85)
#312842
(49,40,66)
#241B2F
(36,27,47)
#170E1C
(23,14,28)
#000000
(0,0,0)

Tints of #9990DA

#9990DA
(153,144,218)
#A29ADD
(162,154,221)
#ABA4E0
(171,164,224)
#B4AEE3
(180,174,227)
#BDB8E6
(189,184,230)
#C6C2E9
(198,194,233)
#CFCCEC
(207,204,236)
#D8D6EF
(216,214,239)
#E1E0F2
(225,224,242)
#EAEAF5
(234,234,245)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9990DA color. Also use rgb(153,144,218) instead hex code.

Text Font Color

.myTextColor { color: #9990DA; }

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

This text font color is #9990DA.

Background Color

.myBgColor { background-color: #9990DA; }

<div style="background-color:#9990DA">Inner text</div>

This div background color is #9990DA.

Border color

.myBorderColor { border: 1px solid #9990DA; }

<div style="border:3px solid #9990DA">Div</div>

This div border color is #9990DA.

Opacity

.myOpacity80 { color: #9990DA; opacity: 0.8; }

<p style="color:#9990DA;opacity:0.8;">80%</p>

Text with #9990DA 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 #9990DA;}

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

This text has shadow with #9990DA color.


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

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

This text has shadow with #9990DA primary color and red secondary color.


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

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

This text has shadow with #9990DA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9990DA.

Preview

Color preview on black background

This text has color #9990DA on black background.


Color preview on white background

This text has color #9990DA on white background.


Black color preview on #9990DA background

This text has black color on #9990DA background.


White color preview on #9990DA background

This text has white color on #9990DA background.


Related colors

Complementary color

Complementary color for #hex is #666F25.


I love getcolorcode.com

Triadic colors

1 #DA9990 and #90DA99 with #9990DA are triadic colors.

2 #DA9099 and #9099DA with #9990DA are triadic colors.