#9C10DD

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

Shades of Dark Violet #9C10DD

Tints of Dark Violet #9C10DD

Color information

#9C10DD (or 0x9C10DD) is unknown color: approx Dark Violet. HEX triplet: 9C, 10 and DD. RGB value is (156,16,221). Sum of RGB (Red+Green+Blue) = 156+16+221=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 16 (6.64% from 255 or 4.07% 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 #9C10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C10DD is #63EF22. Grayscale: #505050. Windows color (decimal): -6549283 or 14487708. OLE color: 14487708.

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

Color convert

RGB15616221-
CMYK0.290.9300.13
HSL280.98º86.5%46.47%-
HSV(B)280.98º92.76%86.67%-
XYZ26.9512.6669.43-
YUV81.23206.88181.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 16 (6.64% from 255) = 4.07%
BLUE value IS 221 (86.72% from 255) = 56.23%
R=39.69%
G=4.07%
B=56.23%

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
Decimal156162210.290.9300.13280.9886.546.47
Hex9C10DD1D5D0D119562e
Octal234203353513501543112656
Binary100111001000011011101111011011101011011000110011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C10DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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