Html Css Color HEX #990AEF Dark Violet

📋 copy color: '#990AEF'

red 153 ◦ green 10 ◦ blue 239

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

Shades of Dark Violet #990AEF

Tints of Dark Violet #990AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

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

R = 38.06%
G = 2.49%
B = 59.45%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#990AEF (or 0x990AEF) is known color: Dark Violet. HEX triplet: 99, 0A and EF. RGB value is (153,10,239). Sum of RGB (Red+Green+Blue) = 153+10+239=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #990AEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990AEF is #66F510. Grayscale: #4E4E4E. Windows color (decimal): -6747409 or 15665817. OLE color: 15665817.

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

Color convert

RGB 153 10 239 -
CMYK 0.36 0.96 0 0.06
HSL 277.47º 0.92% 0.49% -
HSV(B) 277.47º 0.96% 0.94% -
XYZ 28.83 13.22 82.69 -
YUV 78.86 218.38 180.88 -
System Red Green Blue C M Y K H S L
Decimal 153 10 239 0.36 0.96 0 0.06 277.47 0.92 0.49
Hex 99 A EF 24 60 0 6 115 5C 31
Octal 231 12 357 44 140 0 6 425 134 61
Binary 10011001 1010 11101111 100100 1100000 0 110 100010101 1011100 110001

Color Harmonies of #990AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990AEF

Black with #990AEF

Text Example


Text Example

White with #990AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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