Html Css Color HEX #990BEE Dark Violet

📋 copy color: '#990BEE'

red 153 ◦ green 11 ◦ blue 238

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

Shades of Dark Violet #990BEE

Tints of Dark Violet #990BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.74%

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 38.06%
G = 2.74%
B = 59.2%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#990BEE (or 0x990BEE) is known color: Dark Violet. HEX triplet: 99, 0B and EE. RGB value is (153,11,238). Sum of RGB (Red+Green+Blue) = 153+11+238=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #990BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990BEE is #66F411. Grayscale: #4E4E4E. Windows color (decimal): -6747154 or 15600537. OLE color: 15600537.

HSL color Cylindrical-coordinate representation of color #990BEE: hue angle of 277.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990BEE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 11 238 -
CMYK 0.36 0.95 0 0.07
HSL 277.53º 0.91% 0.49% -
HSV(B) 277.53º 0.95% 0.93% -
XYZ 28.69 13.18 81.92 -
YUV 79.34 217.54 180.54 -
System Red Green Blue C M Y K H S L
Decimal 153 11 238 0.36 0.95 0 0.07 277.53 0.91 0.49
Hex 99 B EE 24 5F 0 7 116 5B 31
Octal 231 13 356 44 137 0 7 426 133 61
Binary 10011001 1011 11101110 100100 1011111 0 111 100010110 1011011 110001

Color Harmonies of #990BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BEE

Black with #990BEE

Text Example


Text Example

White with #990BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,11,238); }

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

background-color css

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

 a { background-color: rgb(153,11,238); }

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

border-color css

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

 span { border-color: rgb(153,11,238); }

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