Shades of Dark Violet #9D0BBC
Tints of Dark Violet #9D0BBC
RGB
CMYK
RGB Variations
Color information
#9D0BBC (or 0x9D0BBC) is known color: Dark Violet. HEX triplet: 9D, 0B and BC. RGB value is (157,11,188). Sum of RGB (Red+Green+Blue) = 157+11+188=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D0BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0BBC is #62F443. Grayscale: #4A4A4A. Windows color (decimal): -6485060 or 12323741. OLE color: 12323741.
HSL color Cylindrical-coordinate representation of color #9D0BBC: hue angle of 289.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0BBC is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 11 | 188 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.26 |
| HSL | 289.49º | 0.89% | 0.39% | - |
| HSV(B) | 289.49º | 0.94% | 0.74% | - |
| XYZ | 23.1 | 11.04 | 48.49 | - |
| YUV | 74.83 | 191.87 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 188 | 0.16 | 0.94 | 0 | 0.26 | 289.49 | 0.89 | 0.39 |
| Hex | 9D | B | BC | 10 | 5E | 0 | 1A | 121 | 59 | 27 |
| Octal | 235 | 13 | 274 | 20 | 136 | 0 | 32 | 441 | 131 | 47 |
| Binary | 10011101 | 1011 | 10111100 | 10000 | 1011110 | 0 | 11010 | 100100001 | 1011001 | 100111 |
Color Harmonies of #9D0BBC
Complementary color
Monochromatic Colors of #9D0BBC
Black with #9D0BBC
Text Example
Text Example
White with #9D0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0BBC; }
p { color: rgb(157,11,188); }
H1.HeaderClassName
{
color: #9D0BBC;
}
.AnyTagClassName
{
color: #9D0BBC;
}
</style>
background-color css
<style>
a { background-color: #9D0BBC; }
a { background-color: rgb(157,11,188); }
div.DivClassName
{
background-color: #9D0BBC;
}
.BgClassName
{
background-color: #9D0BBC;
}
</style>
border-color css
<style>
span { border-color: #9D0BBC; }
span { border-color: rgb(157,11,188); }
td.TdClassName
{
border-color: #9D0BBC;
}
.TagClassName
{
border-color: #9D0BBC;
}
</style>