Shades of Dark Violet #9D0ABD
Tints of Dark Violet #9D0ABD
RGB
CMYK
RGB Variations
Color information
#9D0ABD (or 0x9D0ABD) is known color: Dark Violet. HEX triplet: 9D, 0A and BD. RGB value is (157,10,189). Sum of RGB (Red+Green+Blue) = 157+10+189=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D0ABD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0ABD is #62F542. Grayscale: #494949. Windows color (decimal): -6485315 or 12389021. OLE color: 12389021.
HSL color Cylindrical-coordinate representation of color #9D0ABD: hue angle of 289.27º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0ABD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 10 | 189 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.26 |
| HSL | 289.27º | 0.9% | 0.39% | - |
| HSV(B) | 289.27º | 0.95% | 0.74% | - |
| XYZ | 23.2 | 11.06 | 49.06 | - |
| YUV | 74.36 | 192.7 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 189 | 0.17 | 0.95 | 0 | 0.26 | 289.27 | 0.9 | 0.39 |
| Hex | 9D | A | BD | 11 | 5F | 0 | 1A | 121 | 5A | 27 |
| Octal | 235 | 12 | 275 | 21 | 137 | 0 | 32 | 441 | 132 | 47 |
| Binary | 10011101 | 1010 | 10111101 | 10001 | 1011111 | 0 | 11010 | 100100001 | 1011010 | 100111 |
Color Harmonies of #9D0ABD
Complementary color
Monochromatic Colors of #9D0ABD
Black with #9D0ABD
Text Example
Text Example
White with #9D0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0ABD; }
p { color: rgb(157,10,189); }
H1.HeaderClassName
{
color: #9D0ABD;
}
.AnyTagClassName
{
color: #9D0ABD;
}
</style>
background-color css
<style>
a { background-color: #9D0ABD; }
a { background-color: rgb(157,10,189); }
div.DivClassName
{
background-color: #9D0ABD;
}
.BgClassName
{
background-color: #9D0ABD;
}
</style>
border-color css
<style>
span { border-color: #9D0ABD; }
span { border-color: rgb(157,10,189); }
td.TdClassName
{
border-color: #9D0ABD;
}
.TagClassName
{
border-color: #9D0ABD;
}
</style>