Html Css Color HEX #990EAF Dark Violet

📋 copy color: '#990EAF'

red 153 ◦ green 14 ◦ blue 175

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

Shades of Dark Violet #990EAF

Tints of Dark Violet #990EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 44.74%
G = 4.09%
B = 51.17%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#990EAF (or 0x990EAF) is known color: Dark Violet. HEX triplet: 99, 0E and AF. RGB value is (153,14,175). Sum of RGB (Red+Green+Blue) = 153+14+175=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #990EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990EAF is #66F150. Grayscale: #494949. Windows color (decimal): -6746449 or 11472537. OLE color: 11472537.

HSL color Cylindrical-coordinate representation of color #990EAF: hue angle of 291.8º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990EAF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 14 175 -
CMYK 0.13 0.92 0 0.31
HSL 291.8º 0.85% 0.37% -
HSV(B) 291.8º 0.92% 0.69% -
XYZ 21.03 10.18 41.41 -
YUV 73.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 153 14 175 0.13 0.92 0 0.31 291.8 0.85 0.37
Hex 99 E AF D 5C 0 1F 124 55 25
Octal 231 16 257 15 134 0 37 444 125 45
Binary 10011001 1110 10101111 1101 1011100 0 11111 100100100 1010101 100101

Color Harmonies of #990EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990EAF

Black with #990EAF

Text Example


Text Example

White with #990EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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