Shades of Dark Violet #9C0BBA
Tints of Dark Violet #9C0BBA
RGB
CMYK
RGB Variations
Color information
#9C0BBA (or 0x9C0BBA) is known color: Dark Violet. HEX triplet: 9C, 0B and BA. RGB value is (156,11,186). Sum of RGB (Red+Green+Blue) = 156+11+186=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C0BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0BBA is #63F445. Grayscale: #494949. Windows color (decimal): -6550598 or 12192668. OLE color: 12192668.
HSL color Cylindrical-coordinate representation of color #9C0BBA: hue angle of 289.71º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0BBA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 11 | 186 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.27 |
| HSL | 289.71º | 0.89% | 0.39% | - |
| HSV(B) | 289.71º | 0.94% | 0.73% | - |
| XYZ | 22.69 | 10.85 | 47.35 | - |
| YUV | 74.31 | 191.04 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 186 | 0.16 | 0.94 | 0 | 0.27 | 289.71 | 0.89 | 0.39 |
| Hex | 9C | B | BA | 10 | 5E | 0 | 1B | 122 | 59 | 27 |
| Octal | 234 | 13 | 272 | 20 | 136 | 0 | 33 | 442 | 131 | 47 |
| Binary | 10011100 | 1011 | 10111010 | 10000 | 1011110 | 0 | 11011 | 100100010 | 1011001 | 100111 |
Color Harmonies of #9C0BBA
Complementary color
Monochromatic Colors of #9C0BBA
Black with #9C0BBA
Text Example
Text Example
White with #9C0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0BBA; }
p { color: rgb(156,11,186); }
H1.HeaderClassName
{
color: #9C0BBA;
}
.AnyTagClassName
{
color: #9C0BBA;
}
</style>
background-color css
<style>
a { background-color: #9C0BBA; }
a { background-color: rgb(156,11,186); }
div.DivClassName
{
background-color: #9C0BBA;
}
.BgClassName
{
background-color: #9C0BBA;
}
</style>
border-color css
<style>
span { border-color: #9C0BBA; }
span { border-color: rgb(156,11,186); }
td.TdClassName
{
border-color: #9C0BBA;
}
.TagClassName
{
border-color: #9C0BBA;
}
</style>