#990EAF

Color #990EAF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #990EAF

Tints of Dark Violet #990EAF

Color information

#990EAF (or 0x990EAF) is unknown color: approx 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

RGB15314175-
CMYK0.130.9200.31
HSL291.8º85.19%37.06%-
HSV(B)291.8º92%68.63%-
XYZ21.0310.1841.41-
YUV73.92185.05184.41-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153141750.130.9200.31291.885.1937.06
Hex99EAFD5C01F1245525
Octal231162571513403744412545
Binary10011001111010101111110110111000111111001001001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>