Shades of Dark Violet #9D15BD
Tints of Dark Violet #9D15BD
RGB
CMYK
RGB Variations
Color information
#9D15BD (or 0x9D15BD) is known color: Dark Violet. HEX triplet: 9D, 15 and BD. RGB value is (157,21,189). Sum of RGB (Red+Green+Blue) = 157+21+189=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D15BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D15BD is #62EA42. Grayscale: #505050. Windows color (decimal): -6482499 or 12391837. OLE color: 12391837.
HSL color Cylindrical-coordinate representation of color #9D15BD: hue angle of 288.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D15BD is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 21 | 189 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.26 |
| HSL | 288.57º | 0.8% | 0.41% | - |
| HSV(B) | 288.57º | 0.89% | 0.74% | - |
| XYZ | 23.36 | 11.38 | 49.11 | - |
| YUV | 80.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 21 | 189 | 0.17 | 0.89 | 0 | 0.26 | 288.57 | 0.8 | 0.41 |
| Hex | 9D | 15 | BD | 11 | 59 | 0 | 1A | 121 | 50 | 29 |
| Octal | 235 | 25 | 275 | 21 | 131 | 0 | 32 | 441 | 120 | 51 |
| Binary | 10011101 | 10101 | 10111101 | 10001 | 1011001 | 0 | 11010 | 100100001 | 1010000 | 101001 |
Color Harmonies of #9D15BD
Complementary color
Monochromatic Colors of #9D15BD
Black with #9D15BD
Text Example
Text Example
White with #9D15BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D15BD; }
p { color: rgb(157,21,189); }
H1.HeaderClassName
{
color: #9D15BD;
}
.AnyTagClassName
{
color: #9D15BD;
}
</style>
background-color css
<style>
a { background-color: #9D15BD; }
a { background-color: rgb(157,21,189); }
div.DivClassName
{
background-color: #9D15BD;
}
.BgClassName
{
background-color: #9D15BD;
}
</style>
border-color css
<style>
span { border-color: #9D15BD; }
span { border-color: rgb(157,21,189); }
td.TdClassName
{
border-color: #9D15BD;
}
.TagClassName
{
border-color: #9D15BD;
}
</style>