#9D11DD

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

Shades of Dark Violet #9D11DD

Tints of Dark Violet #9D11DD

Color information

#9D11DD (or 0x9D11DD) is unknown color: approx Dark Violet. HEX triplet: 9D, 11 and DD. RGB value is (157,17,221). Sum of RGB (Red+Green+Blue) = 157+17+221=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D11DD is #62EE22. Grayscale: #515151. Windows color (decimal): -6483491 or 14487965. OLE color: 14487965.

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

Color convert

RGB15717221-
CMYK0.290.9200.13
HSL281.18º85.71%46.67%-
HSV(B)281.18º92.31%86.67%-
XYZ27.1612.7969.44-
YUV82.12206.38181.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 17 (7.03% from 255) = 4.30%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=39.75%
G=4.30%
B=55.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157172210.290.9200.13281.1885.7146.67
Hex9D11DD1D5C0D119562f
Octal235213353513401543112657
Binary100111011000111011101111011011100011011000110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D11DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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