Html Css Color HEX #990EC9 Dark Violet

📋 copy color: '#990EC9'

red 153 ◦ green 14 ◦ blue 201

#990EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #990EC9

Tints of Dark Violet #990EC9

RGB

 RED value IS 153 (60.16% from 255) = 41.58%

 GREEN value IS 14 (5.86% from 255) = 3.8%

 BLUE value IS 201 (78.91% from 255) = 54.62%

R = 41.58%
G = 3.8%
B = 54.62%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#990EC9 (or 0x990EC9) is known color: Dark Violet. HEX triplet: 99, 0E and C9. RGB value is (153,14,201). Sum of RGB (Red+Green+Blue) = 153+14+201=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 201 (78.91% from 255 or 54.62% from 368); Max value from RGB is 201 - color contains mainly: blue. Hex color #990EC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990EC9 is #66F136. Grayscale: #4C4C4C. Windows color (decimal): -6746423 or 13176473. OLE color: 13176473.

HSL color Cylindrical-coordinate representation of color #990EC9: hue angle of 284.6º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990EC9 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 14 201 -
CMYK 0.24 0.93 0 0.21
HSL 284.6º 0.87% 0.42% -
HSV(B) 284.6º 0.93% 0.79% -
XYZ 23.84 11.3 56.18 -
YUV 76.88 198.05 182.29 -
System Red Green Blue C M Y K H S L
Decimal 153 14 201 0.24 0.93 0 0.21 284.6 0.87 0.42
Hex 99 E C9 18 5D 0 15 11D 57 2A
Octal 231 16 311 30 135 0 25 435 127 52
Binary 10011001 1110 11001001 11000 1011101 0 10101 100011101 1010111 101010

Color Harmonies of #990EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990EC9

Black with #990EC9

Text Example


Text Example

White with #990EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990EC9; }

 p { color: rgb(153,14,201); }

 H1.HeaderClassName
 {
   color: #990EC9;
 }
 .AnyTagClassName
 {
   color: #990EC9;
 }
</style>

background-color css

<style>
 a { background-color: #990EC9; }

 a { background-color: rgb(153,14,201); }

 div.DivClassName
 {
   background-color: #990EC9;
 }
 .BgClassName
 {
   background-color: #990EC9;
 }
</style>

border-color css

<style>
 span { border-color: #990EC9; }

 span { border-color: rgb(153,14,201); }

 td.TdClassName
 {
   border-color: #990EC9;
 }
 .TagClassName
 {
   border-color: #990EC9;
 }
</style>