Shades of Dark Violet #9C0BB6
Tints of Dark Violet #9C0BB6
RGB
CMYK
RGB Variations
Color information
#9C0BB6 (or 0x9C0BB6) is known color: Dark Violet. HEX triplet: 9C, 0B and B6. RGB value is (156,11,182). Sum of RGB (Red+Green+Blue) = 156+11+182=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 182 (71.48% from 255 or 52.15% from 349); Max value from RGB is 182 - color contains mainly: blue. Hex color #9C0BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0BB6 is #63F449. Grayscale: #494949. Windows color (decimal): -6550602 or 11930524. OLE color: 11930524.
HSL color Cylindrical-coordinate representation of color #9C0BB6: hue angle of 290.88º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0BB6 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 11 | 182 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.29 |
| HSL | 290.88º | 0.89% | 0.38% | - |
| HSV(B) | 290.88º | 0.94% | 0.71% | - |
| XYZ | 22.27 | 10.68 | 45.14 | - |
| YUV | 73.85 | 189.04 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 182 | 0.14 | 0.94 | 0 | 0.29 | 290.88 | 0.89 | 0.38 |
| Hex | 9C | B | B6 | E | 5E | 0 | 1D | 123 | 59 | 26 |
| Octal | 234 | 13 | 266 | 16 | 136 | 0 | 35 | 443 | 131 | 46 |
| Binary | 10011100 | 1011 | 10110110 | 1110 | 1011110 | 0 | 11101 | 100100011 | 1011001 | 100110 |
Color Harmonies of #9C0BB6
Complementary color
Monochromatic Colors of #9C0BB6
Black with #9C0BB6
Text Example
Text Example
White with #9C0BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0BB6; }
p { color: rgb(156,11,182); }
H1.HeaderClassName
{
color: #9C0BB6;
}
.AnyTagClassName
{
color: #9C0BB6;
}
</style>
background-color css
<style>
a { background-color: #9C0BB6; }
a { background-color: rgb(156,11,182); }
div.DivClassName
{
background-color: #9C0BB6;
}
.BgClassName
{
background-color: #9C0BB6;
}
</style>
border-color css
<style>
span { border-color: #9C0BB6; }
span { border-color: rgb(156,11,182); }
td.TdClassName
{
border-color: #9C0BB6;
}
.TagClassName
{
border-color: #9C0BB6;
}
</style>