Shades of Dark Violet #9D0CBC
Tints of Dark Violet #9D0CBC
RGB
CMYK
RGB Variations
Color information
#9D0CBC (or 0x9D0CBC) is known color: Dark Violet. HEX triplet: 9D, 0C and BC. RGB value is (157,12,188). Sum of RGB (Red+Green+Blue) = 157+12+188=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D0CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0CBC is #62F343. Grayscale: #4A4A4A. Windows color (decimal): -6484804 or 12323997. OLE color: 12323997.
HSL color Cylindrical-coordinate representation of color #9D0CBC: hue angle of 289.43º degrees, saturation: 0.88, 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 #9D0CBC is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 12 | 188 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.26 |
| HSL | 289.43º | 0.88% | 0.39% | - |
| HSV(B) | 289.43º | 0.94% | 0.74% | - |
| XYZ | 23.11 | 11.06 | 48.49 | - |
| YUV | 75.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 188 | 0.16 | 0.94 | 0 | 0.26 | 289.43 | 0.88 | 0.39 |
| Hex | 9D | C | BC | 10 | 5E | 0 | 1A | 121 | 58 | 27 |
| Octal | 235 | 14 | 274 | 20 | 136 | 0 | 32 | 441 | 130 | 47 |
| Binary | 10011101 | 1100 | 10111100 | 10000 | 1011110 | 0 | 11010 | 100100001 | 1011000 | 100111 |
Color Harmonies of #9D0CBC
Complementary color
Monochromatic Colors of #9D0CBC
Black with #9D0CBC
Text Example
Text Example
White with #9D0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0CBC; }
p { color: rgb(157,12,188); }
H1.HeaderClassName
{
color: #9D0CBC;
}
.AnyTagClassName
{
color: #9D0CBC;
}
</style>
background-color css
<style>
a { background-color: #9D0CBC; }
a { background-color: rgb(157,12,188); }
div.DivClassName
{
background-color: #9D0CBC;
}
.BgClassName
{
background-color: #9D0CBC;
}
</style>
border-color css
<style>
span { border-color: #9D0CBC; }
span { border-color: rgb(157,12,188); }
td.TdClassName
{
border-color: #9D0CBC;
}
.TagClassName
{
border-color: #9D0CBC;
}
</style>