Shades of Dark Violet #9D0ABB
Tints of Dark Violet #9D0ABB
RGB
CMYK
RGB Variations
Color information
#9D0ABB (or 0x9D0ABB) is known color: Dark Violet. HEX triplet: 9D, 0A and BB. RGB value is (157,10,187). Sum of RGB (Red+Green+Blue) = 157+10+187=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D0ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0ABB is #62F544. Grayscale: #494949. Windows color (decimal): -6485317 or 12257949. OLE color: 12257949.
HSL color Cylindrical-coordinate representation of color #9D0ABB: hue angle of 289.83º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0ABB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 10 | 187 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.27 |
| HSL | 289.83º | 0.9% | 0.39% | - |
| HSV(B) | 289.83º | 0.95% | 0.73% | - |
| XYZ | 22.98 | 10.97 | 47.92 | - |
| YUV | 74.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 187 | 0.16 | 0.95 | 0 | 0.27 | 289.83 | 0.9 | 0.39 |
| Hex | 9D | A | BB | 10 | 5F | 0 | 1B | 122 | 5A | 27 |
| Octal | 235 | 12 | 273 | 20 | 137 | 0 | 33 | 442 | 132 | 47 |
| Binary | 10011101 | 1010 | 10111011 | 10000 | 1011111 | 0 | 11011 | 100100010 | 1011010 | 100111 |
Color Harmonies of #9D0ABB
Complementary color
Monochromatic Colors of #9D0ABB
Black with #9D0ABB
Text Example
Text Example
White with #9D0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0ABB; }
p { color: rgb(157,10,187); }
H1.HeaderClassName
{
color: #9D0ABB;
}
.AnyTagClassName
{
color: #9D0ABB;
}
</style>
background-color css
<style>
a { background-color: #9D0ABB; }
a { background-color: rgb(157,10,187); }
div.DivClassName
{
background-color: #9D0ABB;
}
.BgClassName
{
background-color: #9D0ABB;
}
</style>
border-color css
<style>
span { border-color: #9D0ABB; }
span { border-color: rgb(157,10,187); }
td.TdClassName
{
border-color: #9D0ABB;
}
.TagClassName
{
border-color: #9D0ABB;
}
</style>