Html Css Color HEX #990FEA Dark Violet

📋 copy color: '#990FEA'

red 153 ◦ green 15 ◦ blue 234

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

Shades of Dark Violet #990FEA

Tints of Dark Violet #990FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.73%

 BLUE value IS 234 (91.8% from 255) = 58.21%

R = 38.06%
G = 3.73%
B = 58.21%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#990FEA (or 0x990FEA) is known color: Dark Violet. HEX triplet: 99, 0F and EA. RGB value is (153,15,234). Sum of RGB (Red+Green+Blue) = 153+15+234=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #990FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FEA is #66F015. Grayscale: #505050. Windows color (decimal): -6746134 or 15339417. OLE color: 15339417.

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

Color convert

RGB 153 15 234 -
CMYK 0.35 0.94 0 0.08
HSL 277.81º 0.88% 0.49% -
HSV(B) 277.81º 0.94% 0.92% -
XYZ 28.16 13.05 78.88 -
YUV 81.23 214.22 179.19 -
System Red Green Blue C M Y K H S L
Decimal 153 15 234 0.35 0.94 0 0.08 277.81 0.88 0.49
Hex 99 F EA 23 5E 0 8 116 58 31
Octal 231 17 352 43 136 0 10 426 130 61
Binary 10011001 1111 11101010 100011 1011110 0 1000 100010110 1011000 110001

Color Harmonies of #990FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FEA

Black with #990FEA

Text Example


Text Example

White with #990FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,15,234); }

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

background-color css

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

 a { background-color: rgb(153,15,234); }

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

border-color css

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

 span { border-color: rgb(153,15,234); }

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