Shades of Dark Violet #9C05CC
Tints of Dark Violet #9C05CC
RGB
CMYK
RGB Variations
Color information
#9C05CC (or 0x9C05CC) is known color: Dark Violet. HEX triplet: 9C, 05 and CC. RGB value is (156,5,204). Sum of RGB (Red+Green+Blue) = 156+5+204=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C05CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C05CC is #63FA33. Grayscale: #484848. Windows color (decimal): -6552116 or 13370780. OLE color: 13370780.
HSL color Cylindrical-coordinate representation of color #9C05CC: hue angle of 285.53º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C05CC is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 5 | 204 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.2 |
| HSL | 285.53º | 0.95% | 0.41% | - |
| HSV(B) | 285.53º | 0.98% | 0.8% | - |
| XYZ | 24.66 | 11.54 | 58.05 | - |
| YUV | 72.84 | 202.03 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 204 | 0.24 | 0.98 | 0 | 0.2 | 285.53 | 0.95 | 0.41 |
| Hex | 9C | 5 | CC | 18 | 62 | 0 | 14 | 11E | 5F | 29 |
| Octal | 234 | 5 | 314 | 30 | 142 | 0 | 24 | 436 | 137 | 51 |
| Binary | 10011100 | 101 | 11001100 | 11000 | 1100010 | 0 | 10100 | 100011110 | 1011111 | 101001 |
Color Harmonies of #9C05CC
Complementary color
Monochromatic Colors of #9C05CC
Black with #9C05CC
Text Example
Text Example
White with #9C05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C05CC; }
p { color: rgb(156,5,204); }
H1.HeaderClassName
{
color: #9C05CC;
}
.AnyTagClassName
{
color: #9C05CC;
}
</style>
background-color css
<style>
a { background-color: #9C05CC; }
a { background-color: rgb(156,5,204); }
div.DivClassName
{
background-color: #9C05CC;
}
.BgClassName
{
background-color: #9C05CC;
}
</style>
border-color css
<style>
span { border-color: #9C05CC; }
span { border-color: rgb(156,5,204); }
td.TdClassName
{
border-color: #9C05CC;
}
.TagClassName
{
border-color: #9C05CC;
}
</style>