Html Css Color HEX #9B11DC Dark Violet

📋 copy color: '#9B11DC'

red 155 ◦ green 17 ◦ blue 220

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

Shades of Dark Violet #9B11DC

Tints of Dark Violet #9B11DC

RGB

 RED value IS 155 (60.94% from 255) = 39.54%

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

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

R = 39.54%
G = 4.34%
B = 56.12%

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

#9B11DC (or 0x9B11DC) is known color: Dark Violet. HEX triplet: 9B, 11 and DC. RGB value is (155,17,220). Sum of RGB (Red+Green+Blue) = 155+17+220=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B11DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B11DC is #64EE23. Grayscale: #505050. Windows color (decimal): -6614564 or 14422427. OLE color: 14422427.

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

Color convert

RGB 155 17 220 -
CMYK 0.30 0.92 0 0.14
HSL 280.79º 0.86% 0.46% -
HSV(B) 280.79º 0.92% 0.86% -
XYZ 26.64 12.54 68.73 -
YUV 81.4 206.22 180.49 -
System Red Green Blue C M Y K H S L
Decimal 155 17 220 0.30 0.92 0 0.14 280.79 0.86 0.46
Hex 9B 11 DC 1E 5C 0 E 119 56 2E
Octal 233 21 334 36 134 0 16 431 126 56
Binary 10011011 10001 11011100 11110 1011100 0 1110 100011001 1010110 101110

Color Harmonies of #9B11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B11DC

Black with #9B11DC

Text Example


Text Example

White with #9B11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B11DC; }

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

 H1.HeaderClassName
 {
   color: #9B11DC;
 }
 .AnyTagClassName
 {
   color: #9B11DC;
 }
</style>

background-color css

<style>
 a { background-color: #9B11DC; }

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

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

border-color css

<style>
 span { border-color: #9B11DC; }

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

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