Shades of Dark Violet #9C0BCC
Tints of Dark Violet #9C0BCC
RGB
CMYK
RGB Variations
Color information
#9C0BCC (or 0x9C0BCC) is known color: Dark Violet. HEX triplet: 9C, 0B and CC. RGB value is (156,11,204). Sum of RGB (Red+Green+Blue) = 156+11+204=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C0BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0BCC is #63F433. Grayscale: #4B4B4B. Windows color (decimal): -6550580 or 13372316. OLE color: 13372316.
HSL color Cylindrical-coordinate representation of color #9C0BCC: hue angle of 285.08º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0BCC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 11 | 204 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.2 |
| HSL | 285.08º | 0.9% | 0.42% | - |
| HSV(B) | 285.08º | 0.95% | 0.8% | - |
| XYZ | 24.73 | 11.67 | 58.08 | - |
| YUV | 76.36 | 200.04 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 204 | 0.24 | 0.95 | 0 | 0.2 | 285.08 | 0.9 | 0.42 |
| Hex | 9C | B | CC | 18 | 5F | 0 | 14 | 11D | 5A | 2A |
| Octal | 234 | 13 | 314 | 30 | 137 | 0 | 24 | 435 | 132 | 52 |
| Binary | 10011100 | 1011 | 11001100 | 11000 | 1011111 | 0 | 10100 | 100011101 | 1011010 | 101010 |
Color Harmonies of #9C0BCC
Complementary color
Monochromatic Colors of #9C0BCC
Black with #9C0BCC
Text Example
Text Example
White with #9C0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0BCC; }
p { color: rgb(156,11,204); }
H1.HeaderClassName
{
color: #9C0BCC;
}
.AnyTagClassName
{
color: #9C0BCC;
}
</style>
background-color css
<style>
a { background-color: #9C0BCC; }
a { background-color: rgb(156,11,204); }
div.DivClassName
{
background-color: #9C0BCC;
}
.BgClassName
{
background-color: #9C0BCC;
}
</style>
border-color css
<style>
span { border-color: #9C0BCC; }
span { border-color: rgb(156,11,204); }
td.TdClassName
{
border-color: #9C0BCC;
}
.TagClassName
{
border-color: #9C0BCC;
}
</style>