#9D10DD

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

Shades of Dark Violet #9D10DD

Tints of Dark Violet #9D10DD

Color information

#9D10DD (or 0x9D10DD) is unknown color: approx Dark Violet. HEX triplet: 9D, 10 and DD. RGB value is (157,16,221). Sum of RGB (Red+Green+Blue) = 157+16+221=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D10DD is #62EF22. Grayscale: #505050. Windows color (decimal): -6483747 or 14487709. OLE color: 14487709.

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

Color convert

RGB15716221-
CMYK0.290.9300.13
HSL281.27º86.5%46.47%-
HSV(B)281.27º92.76%86.67%-
XYZ27.1412.7669.44-
YUV81.53206.71181.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.85%
GREEN value IS 16 (6.64% from 255) = 4.06%
BLUE value IS 221 (86.72% from 255) = 56.09%
R=39.85%
G=4.06%
B=56.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157162210.290.9300.13281.2786.546.47
Hex9D10DD1D5D0D119562e
Octal235203353513501543112656
Binary100111011000011011101111011011101011011000110011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D10DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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