Shades of Dark Violet #9C06E0
Tints of Dark Violet #9C06E0
RGB
CMYK
RGB Variations
Color information
#9C06E0 (or 0x9C06E0) is known color: Dark Violet. HEX triplet: 9C, 06 and E0. RGB value is (156,6,224). Sum of RGB (Red+Green+Blue) = 156+6+224=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C06E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C06E0 is #63F91F. Grayscale: #4A4A4A. Windows color (decimal): -6551840 or 14681756. OLE color: 14681756.
HSL color Cylindrical-coordinate representation of color #9C06E0: hue angle of 281.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C06E0 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 6 | 224 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.12 |
| HSL | 281.28º | 0.95% | 0.45% | - |
| HSV(B) | 281.28º | 0.97% | 0.88% | - |
| XYZ | 27.23 | 12.58 | 71.51 | - |
| YUV | 75.7 | 211.7 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 224 | 0.30 | 0.97 | 0 | 0.12 | 281.28 | 0.95 | 0.45 |
| Hex | 9C | 6 | E0 | 1E | 61 | 0 | C | 119 | 5F | 2D |
| Octal | 234 | 6 | 340 | 36 | 141 | 0 | 14 | 431 | 137 | 55 |
| Binary | 10011100 | 110 | 11100000 | 11110 | 1100001 | 0 | 1100 | 100011001 | 1011111 | 101101 |
Color Harmonies of #9C06E0
Complementary color
Monochromatic Colors of #9C06E0
Black with #9C06E0
Text Example
Text Example
White with #9C06E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C06E0; }
p { color: rgb(156,6,224); }
H1.HeaderClassName
{
color: #9C06E0;
}
.AnyTagClassName
{
color: #9C06E0;
}
</style>
background-color css
<style>
a { background-color: #9C06E0; }
a { background-color: rgb(156,6,224); }
div.DivClassName
{
background-color: #9C06E0;
}
.BgClassName
{
background-color: #9C06E0;
}
</style>
border-color css
<style>
span { border-color: #9C06E0; }
span { border-color: rgb(156,6,224); }
td.TdClassName
{
border-color: #9C06E0;
}
.TagClassName
{
border-color: #9C06E0;
}
</style>