Shades of Dark Violet #9C09DC
Tints of Dark Violet #9C09DC
RGB
CMYK
RGB Variations
Color information
#9C09DC (or 0x9C09DC) is known color: Dark Violet. HEX triplet: 9C, 09 and DC. RGB value is (156,9,220). Sum of RGB (Red+Green+Blue) = 156+9+220=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C09DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C09DC is #63F623. Grayscale: #4C4C4C. Windows color (decimal): -6551076 or 14420380. OLE color: 14420380.
HSL color Cylindrical-coordinate representation of color #9C09DC: hue angle of 281.8º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C09DC is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 9 | 220 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.14 |
| HSL | 281.8º | 0.92% | 0.45% | - |
| HSV(B) | 281.8º | 0.96% | 0.86% | - |
| XYZ | 26.73 | 12.43 | 68.7 | - |
| YUV | 77.01 | 208.7 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 220 | 0.29 | 0.96 | 0 | 0.14 | 281.8 | 0.92 | 0.45 |
| Hex | 9C | 9 | DC | 1D | 60 | 0 | E | 11A | 5C | 2D |
| Octal | 234 | 11 | 334 | 35 | 140 | 0 | 16 | 432 | 134 | 55 |
| Binary | 10011100 | 1001 | 11011100 | 11101 | 1100000 | 0 | 1110 | 100011010 | 1011100 | 101101 |
Color Harmonies of #9C09DC
Complementary color
Monochromatic Colors of #9C09DC
Black with #9C09DC
Text Example
Text Example
White with #9C09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C09DC; }
p { color: rgb(156,9,220); }
H1.HeaderClassName
{
color: #9C09DC;
}
.AnyTagClassName
{
color: #9C09DC;
}
</style>
background-color css
<style>
a { background-color: #9C09DC; }
a { background-color: rgb(156,9,220); }
div.DivClassName
{
background-color: #9C09DC;
}
.BgClassName
{
background-color: #9C09DC;
}
</style>
border-color css
<style>
span { border-color: #9C09DC; }
span { border-color: rgb(156,9,220); }
td.TdClassName
{
border-color: #9C09DC;
}
.TagClassName
{
border-color: #9C09DC;
}
</style>