#9B11DD

Color #9B11DD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9B11DD

Tints of Dark Violet #9B11DD

Color information

#9B11DD (or 0x9B11DD) is unknown color: approx Dark Violet. HEX triplet: 9B, 11 and DD. RGB value is (155,17,221). Sum of RGB (Red+Green+Blue) = 155+17+221=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B11DD is #64EE22. Grayscale: #505050. Windows color (decimal): -6614563 or 14487963. OLE color: 14487963.

HSL color Cylindrical-coordinate representation of color #9B11DD: hue angle of 280.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B11DD is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15517221-
CMYK0.300.9200.13
HSL280.59º85.71%46.67%-
HSV(B)280.59º92.31%86.67%-
XYZ26.7712.5969.43-
YUV81.52206.72180.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 17 (7.03% from 255) = 4.33%
BLUE value IS 221 (86.72% from 255) = 56.23%
R=39.44%
G=4.33%
B=56.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal155172210.300.9200.13280.5985.7146.67
Hex9B11DD1E5C0D119562f
Octal233213353613401543112657
Binary100110111000111011101111101011100011011000110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B11DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B11DD;
 }
 .AnyTagClassName
 {
   color: #9B11DD;
 }
</style>
background-color css

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

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

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

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

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

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