Shades of Dark Violet #9C0BCA
Tints of Dark Violet #9C0BCA
RGB
CMYK
RGB Variations
Color information
#9C0BCA (or 0x9C0BCA) is known color: Dark Violet. HEX triplet: 9C, 0B and CA. RGB value is (156,11,202). Sum of RGB (Red+Green+Blue) = 156+11+202=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C0BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0BCA is #63F435. Grayscale: #4B4B4B. Windows color (decimal): -6550582 or 13241244. OLE color: 13241244.
HSL color Cylindrical-coordinate representation of color #9C0BCA: hue angle of 285.55º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0BCA is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 11 | 202 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.21 |
| HSL | 285.55º | 0.9% | 0.42% | - |
| HSV(B) | 285.55º | 0.95% | 0.79% | - |
| XYZ | 24.49 | 11.57 | 56.82 | - |
| YUV | 76.13 | 199.04 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 202 | 0.23 | 0.95 | 0 | 0.21 | 285.55 | 0.9 | 0.42 |
| Hex | 9C | B | CA | 17 | 5F | 0 | 15 | 11E | 5A | 2A |
| Octal | 234 | 13 | 312 | 27 | 137 | 0 | 25 | 436 | 132 | 52 |
| Binary | 10011100 | 1011 | 11001010 | 10111 | 1011111 | 0 | 10101 | 100011110 | 1011010 | 101010 |
Color Harmonies of #9C0BCA
Complementary color
Monochromatic Colors of #9C0BCA
Black with #9C0BCA
Text Example
Text Example
White with #9C0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0BCA; }
p { color: rgb(156,11,202); }
H1.HeaderClassName
{
color: #9C0BCA;
}
.AnyTagClassName
{
color: #9C0BCA;
}
</style>
background-color css
<style>
a { background-color: #9C0BCA; }
a { background-color: rgb(156,11,202); }
div.DivClassName
{
background-color: #9C0BCA;
}
.BgClassName
{
background-color: #9C0BCA;
}
</style>
border-color css
<style>
span { border-color: #9C0BCA; }
span { border-color: rgb(156,11,202); }
td.TdClassName
{
border-color: #9C0BCA;
}
.TagClassName
{
border-color: #9C0BCA;
}
</style>