Html Css Color HEX #990BDB Dark Violet

📋 copy color: '#990BDB'

red 153 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #990BDB

Tints of Dark Violet #990BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 39.95%
G = 2.87%
B = 57.18%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#990BDB (or 0x990BDB) is known color: Dark Violet. HEX triplet: 99, 0B and DB. RGB value is (153,11,219). Sum of RGB (Red+Green+Blue) = 153+11+219=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #990BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BDB is #66F424. Grayscale: #4C4C4C. Windows color (decimal): -6747173 or 14355353. OLE color: 14355353.

HSL color Cylindrical-coordinate representation of color #990BDB: hue angle of 280.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990BDB is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 11 219 -
CMYK 0.30 0.95 0 0.14
HSL 280.96º 0.9% 0.45% -
HSV(B) 280.96º 0.95% 0.86% -
XYZ 26.04 12.13 67.99 -
YUV 77.17 208.04 182.09 -
System Red Green Blue C M Y K H S L
Decimal 153 11 219 0.30 0.95 0 0.14 280.96 0.9 0.45
Hex 99 B DB 1E 5F 0 E 119 5A 2D
Octal 231 13 333 36 137 0 16 431 132 55
Binary 10011001 1011 11011011 11110 1011111 0 1110 100011001 1011010 101101

Color Harmonies of #990BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BDB

Black with #990BDB

Text Example


Text Example

White with #990BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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