Html Css Color HEX #990FEF Dark Violet

📋 copy color: '#990FEF'

red 153 ◦ green 15 ◦ blue 239

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

Shades of Dark Violet #990FEF

Tints of Dark Violet #990FEF

RGB

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

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

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

R = 37.59%
G = 3.69%
B = 58.72%

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

#990FEF (or 0x990FEF) is known color: Dark Violet. HEX triplet: 99, 0F and EF. RGB value is (153,15,239). Sum of RGB (Red+Green+Blue) = 153+15+239=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #990FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FEF is #66F010. Grayscale: #515151. Windows color (decimal): -6746129 or 15667097. OLE color: 15667097.

HSL color Cylindrical-coordinate representation of color #990FEF: hue angle of 276.96º degrees, saturation: 0.88, 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 #990FEF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 15 239 -
CMYK 0.36 0.94 0 0.06
HSL 276.96º 0.88% 0.5% -
HSV(B) 276.96º 0.94% 0.94% -
XYZ 28.89 13.35 82.71 -
YUV 81.8 216.72 178.79 -
System Red Green Blue C M Y K H S L
Decimal 153 15 239 0.36 0.94 0 0.06 276.96 0.88 0.5
Hex 99 F EF 24 5E 0 6 115 58 32
Octal 231 17 357 44 136 0 6 425 130 62
Binary 10011001 1111 11101111 100100 1011110 0 110 100010101 1011000 110010

Color Harmonies of #990FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FEF

Black with #990FEF

Text Example


Text Example

White with #990FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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