Html Css Color HEX #990EEF Dark Violet

📋 copy color: '#990EEF'

red 153 ◦ green 14 ◦ blue 239

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

Shades of Dark Violet #990EEF

Tints of Dark Violet #990EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 37.68%
G = 3.45%
B = 58.87%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#990EEF (or 0x990EEF) is known color: Dark Violet. HEX triplet: 99, 0E and EF. RGB value is (153,14,239). Sum of RGB (Red+Green+Blue) = 153+14+239=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #990EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990EEF is #66F110. Grayscale: #505050. Windows color (decimal): -6746385 or 15666841. OLE color: 15666841.

HSL color Cylindrical-coordinate representation of color #990EEF: hue angle of 277.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990EEF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 14 239 -
CMYK 0.36 0.94 0 0.06
HSL 277.07º 0.89% 0.5% -
HSV(B) 277.07º 0.94% 0.94% -
XYZ 28.87 13.32 82.71 -
YUV 81.21 217.05 179.2 -
System Red Green Blue C M Y K H S L
Decimal 153 14 239 0.36 0.94 0 0.06 277.07 0.89 0.5
Hex 99 E EF 24 5E 0 6 115 59 32
Octal 231 16 357 44 136 0 6 425 131 62
Binary 10011001 1110 11101111 100100 1011110 0 110 100010101 1011001 110010

Color Harmonies of #990EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990EEF

Black with #990EEF

Text Example


Text Example

White with #990EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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