#9011DD

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

Shades of Dark Violet #9011DD

Tints of Dark Violet #9011DD

Color information

#9011DD (or 0x9011DD) is unknown color: approx Dark Violet. HEX triplet: 90, 11 and DD. RGB value is (144,17,221). Sum of RGB (Red+Green+Blue) = 144+17+221=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #9011DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011DD is #6FEE22. Grayscale: #4D4D4D. Windows color (decimal): -7335459 or 14487952. OLE color: 14487952.

HSL color Cylindrical-coordinate representation of color #9011DD: hue angle of 277.35º 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 #9011DD is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14417221-
CMYK0.350.9200.13
HSL277.35º85.71%46.67%-
HSV(B)277.35º92.31%86.67%-
XYZ24.7511.5569.33-
YUV78.23208.58174.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 17 (7.03% from 255) = 4.45%
BLUE value IS 221 (86.72% from 255) = 57.85%
R=37.70%
G=4.45%
B=57.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144172210.350.9200.13277.3585.7146.67
Hex9011DD235C0D115562f
Octal220213354313401542512657
Binary1001000010001110111011000111011100011011000101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9011DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9011DD; }

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

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

<style>
 a { background-color: #9011DD; }

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

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

<style>
 span { border-color: #9011DD; }

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

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