Shades of Dark Violet #9D15B5
Tints of Dark Violet #9D15B5
RGB
CMYK
RGB Variations
Color information
#9D15B5 (or 0x9D15B5) is known color: Dark Violet. HEX triplet: 9D, 15 and B5. RGB value is (157,21,181). Sum of RGB (Red+Green+Blue) = 157+21+181=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #9D15B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D15B5 is #62EA4A. Grayscale: #4F4F4F. Windows color (decimal): -6482507 or 11867549. OLE color: 11867549.
HSL color Cylindrical-coordinate representation of color #9D15B5: hue angle of 291º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D15B5 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 21 | 181 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.29 |
| HSL | 291º | 0.79% | 0.4% | - |
| HSV(B) | 291º | 0.88% | 0.71% | - |
| XYZ | 22.51 | 11.04 | 44.66 | - |
| YUV | 79.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 21 | 181 | 0.13 | 0.88 | 0 | 0.29 | 291 | 0.79 | 0.4 |
| Hex | 9D | 15 | B5 | D | 58 | 0 | 1D | 123 | 4F | 28 |
| Octal | 235 | 25 | 265 | 15 | 130 | 0 | 35 | 443 | 117 | 50 |
| Binary | 10011101 | 10101 | 10110101 | 1101 | 1011000 | 0 | 11101 | 100100011 | 1001111 | 101000 |
Color Harmonies of #9D15B5
Complementary color
Monochromatic Colors of #9D15B5
Black with #9D15B5
Text Example
Text Example
White with #9D15B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D15B5; }
p { color: rgb(157,21,181); }
H1.HeaderClassName
{
color: #9D15B5;
}
.AnyTagClassName
{
color: #9D15B5;
}
</style>
background-color css
<style>
a { background-color: #9D15B5; }
a { background-color: rgb(157,21,181); }
div.DivClassName
{
background-color: #9D15B5;
}
.BgClassName
{
background-color: #9D15B5;
}
</style>
border-color css
<style>
span { border-color: #9D15B5; }
span { border-color: rgb(157,21,181); }
td.TdClassName
{
border-color: #9D15B5;
}
.TagClassName
{
border-color: #9D15B5;
}
</style>