Html Css Color HEX #990BDC Dark Violet

📋 copy color: '#990BDC'

red 153 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #990BDC

Tints of Dark Violet #990BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.29%

R = 39.84%
G = 2.86%
B = 57.29%

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

#990BDC (or 0x990BDC) is known color: Dark Violet. HEX triplet: 99, 0B and DC. RGB value is (153,11,220). Sum of RGB (Red+Green+Blue) = 153+11+220=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #990BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BDC is #66F423. Grayscale: #4C4C4C. Windows color (decimal): -6747172 or 14420889. OLE color: 14420889.

HSL color Cylindrical-coordinate representation of color #990BDC: hue angle of 280.77º 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 #990BDC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 11 220 -
CMYK 0.30 0.95 0 0.14
HSL 280.77º 0.9% 0.45% -
HSV(B) 280.77º 0.95% 0.86% -
XYZ 26.17 12.18 68.68 -
YUV 77.28 208.54 182.01 -
System Red Green Blue C M Y K H S L
Decimal 153 11 220 0.30 0.95 0 0.14 280.77 0.9 0.45
Hex 99 B DC 1E 5F 0 E 119 5A 2D
Octal 231 13 334 36 137 0 16 431 132 55
Binary 10011001 1011 11011100 11110 1011111 0 1110 100011001 1011010 101101

Color Harmonies of #990BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BDC

Black with #990BDC

Text Example


Text Example

White with #990BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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