#9C12B6

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

Shades of Dark Violet #9C12B6

Tints of Dark Violet #9C12B6

Color information

#9C12B6 (or 0x9C12B6) is unknown color: approx Dark Violet. HEX triplet: 9C, 12 and B6. RGB value is (156,18,182). Sum of RGB (Red+Green+Blue) = 156+18+182=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #9C12B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C12B6 is #63ED49. Grayscale: #4D4D4D. Windows color (decimal): -6548810 or 11932316. OLE color: 11932316.

HSL color Cylindrical-coordinate representation of color #9C12B6: hue angle of 290.49º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C12B6 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15618182-
CMYK0.140.9000.29
HSL290.49º82%39.22%-
HSV(B)290.49º90.11%71.37%-
XYZ22.3710.8845.18-
YUV77.96186.72183.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.82%
GREEN value IS 18 (7.42% from 255) = 5.06%
BLUE value IS 182 (71.48% from 255) = 51.12%
R=43.82%
G=5.06%
B=51.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156181820.140.9000.29290.498239.22
Hex9C12B6E5A01D1225227
Octal234222661613203544212247
Binary100111001001010110110111010110100111011001000101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C12B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,18,182); }

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

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

 a { background-color: rgb(156,18,182); }

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

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

 span { border-color: rgb(156,18,182); }

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