Html Css Color HEX #990FEB Dark Violet

📋 copy color: '#990FEB'

red 153 ◦ green 15 ◦ blue 235

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

Shades of Dark Violet #990FEB

Tints of Dark Violet #990FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 37.97%
G = 3.72%
B = 58.31%

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

#990FEB (or 0x990FEB) is known color: Dark Violet. HEX triplet: 99, 0F and EB. RGB value is (153,15,235). Sum of RGB (Red+Green+Blue) = 153+15+235=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #990FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FEB is #66F014. Grayscale: #505050. Windows color (decimal): -6746133 or 15404953. OLE color: 15404953.

HSL color Cylindrical-coordinate representation of color #990FEB: hue angle of 277.64º 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 #990FEB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 15 235 -
CMYK 0.35 0.94 0 0.08
HSL 277.64º 0.88% 0.49% -
HSV(B) 277.64º 0.94% 0.92% -
XYZ 28.3 13.11 79.64 -
YUV 81.34 214.72 179.11 -
System Red Green Blue C M Y K H S L
Decimal 153 15 235 0.35 0.94 0 0.08 277.64 0.88 0.49
Hex 99 F EB 23 5E 0 8 116 58 31
Octal 231 17 353 43 136 0 10 426 130 61
Binary 10011001 1111 11101011 100011 1011110 0 1000 100010110 1011000 110001

Color Harmonies of #990FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FEB

Black with #990FEB

Text Example


Text Example

White with #990FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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