#9C10C6

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

Shades of Dark Violet #9C10C6

Tints of Dark Violet #9C10C6

Color information

#9C10C6 (or 0x9C10C6) is unknown color: approx Dark Violet. HEX triplet: 9C, 10 and C6. RGB value is (156,16,198). Sum of RGB (Red+Green+Blue) = 156+16+198=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C10C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C10C6 is #63EF39. Grayscale: #4E4E4E. Windows color (decimal): -6549306 or 12980380. OLE color: 12980380.

HSL color Cylindrical-coordinate representation of color #9C10C6: hue angle of 286.15º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C10C6 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15616198-
CMYK0.210.9200.22
HSL286.15º85.05%41.96%-
HSV(B)286.15º91.92%77.65%-
XYZ24.0911.5254.38-
YUV78.61195.38183.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 16 (6.64% from 255) = 4.32%
BLUE value IS 198 (77.73% from 255) = 53.51%
R=42.16%
G=4.32%
B=53.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal156161980.210.9200.22286.1585.0541.96
Hex9C10C6155C01611e552a
Octal234203062513402643612552
Binary1001110010000110001101010110111000101101000111101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C10C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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