Html Css Color HEX #9911DC Dark Violet

📋 copy color: '#9911DC'

red 153 ◦ green 17 ◦ blue 220

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

Shades of Dark Violet #9911DC

Tints of Dark Violet #9911DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.36%

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

R = 39.23%
G = 4.36%
B = 56.41%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9911DC (or 0x9911DC) is known color: Dark Violet. HEX triplet: 99, 11 and DC. RGB value is (153,17,220). Sum of RGB (Red+Green+Blue) = 153+17+220=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #9911DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9911DC is #66EE23. Grayscale: #505050. Windows color (decimal): -6745636 or 14422425. OLE color: 14422425.

HSL color Cylindrical-coordinate representation of color #9911DC: hue angle of 280.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9911DC is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 17 220 -
CMYK 0.30 0.92 0 0.14
HSL 280.2º 0.86% 0.46% -
HSV(B) 280.2º 0.92% 0.86% -
XYZ 26.26 12.34 68.71 -
YUV 80.81 206.56 179.49 -
System Red Green Blue C M Y K H S L
Decimal 153 17 220 0.30 0.92 0 0.14 280.2 0.86 0.46
Hex 99 11 DC 1E 5C 0 E 118 56 2E
Octal 231 21 334 36 134 0 16 430 126 56
Binary 10011001 10001 11011100 11110 1011100 0 1110 100011000 1010110 101110

Color Harmonies of #9911DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9911DC

Black with #9911DC

Text Example


Text Example

White with #9911DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9911DC; }

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

 H1.HeaderClassName
 {
   color: #9911DC;
 }
 .AnyTagClassName
 {
   color: #9911DC;
 }
</style>

background-color css

<style>
 a { background-color: #9911DC; }

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

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

border-color css

<style>
 span { border-color: #9911DC; }

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

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