Shades of Dark Violet #9D13BD
Tints of Dark Violet #9D13BD
RGB
CMYK
RGB Variations
Color information
#9D13BD (or 0x9D13BD) is known color: Dark Violet. HEX triplet: 9D, 13 and BD. RGB value is (157,19,189). Sum of RGB (Red+Green+Blue) = 157+19+189=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D13BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D13BD is #62EC42. Grayscale: #4F4F4F. Windows color (decimal): -6483011 or 12391325. OLE color: 12391325.
HSL color Cylindrical-coordinate representation of color #9D13BD: hue angle of 288.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D13BD is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 19 | 189 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.26 |
| HSL | 288.71º | 0.82% | 0.41% | - |
| HSV(B) | 288.71º | 0.9% | 0.74% | - |
| XYZ | 23.32 | 11.31 | 49.1 | - |
| YUV | 79.64 | 189.72 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 189 | 0.17 | 0.90 | 0 | 0.26 | 288.71 | 0.82 | 0.41 |
| Hex | 9D | 13 | BD | 11 | 5A | 0 | 1A | 121 | 52 | 29 |
| Octal | 235 | 23 | 275 | 21 | 132 | 0 | 32 | 441 | 122 | 51 |
| Binary | 10011101 | 10011 | 10111101 | 10001 | 1011010 | 0 | 11010 | 100100001 | 1010010 | 101001 |
Color Harmonies of #9D13BD
Complementary color
Monochromatic Colors of #9D13BD
Black with #9D13BD
Text Example
Text Example
White with #9D13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D13BD; }
p { color: rgb(157,19,189); }
H1.HeaderClassName
{
color: #9D13BD;
}
.AnyTagClassName
{
color: #9D13BD;
}
</style>
background-color css
<style>
a { background-color: #9D13BD; }
a { background-color: rgb(157,19,189); }
div.DivClassName
{
background-color: #9D13BD;
}
.BgClassName
{
background-color: #9D13BD;
}
</style>
border-color css
<style>
span { border-color: #9D13BD; }
span { border-color: rgb(157,19,189); }
td.TdClassName
{
border-color: #9D13BD;
}
.TagClassName
{
border-color: #9D13BD;
}
</style>