Shades of Dark Violet #9D15BA
Tints of Dark Violet #9D15BA
RGB
CMYK
RGB Variations
Color information
#9D15BA (or 0x9D15BA) is known color: Dark Violet. HEX triplet: 9D, 15 and BA. RGB value is (157,21,186). Sum of RGB (Red+Green+Blue) = 157+21+186=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D15BA is #62EA45. Grayscale: #4F4F4F. Windows color (decimal): -6482502 or 12195229. OLE color: 12195229.
HSL color Cylindrical-coordinate representation of color #9D15BA: hue angle of 289.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D15BA is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 21 | 186 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.27 |
| HSL | 289.45º | 0.8% | 0.41% | - |
| HSV(B) | 289.45º | 0.89% | 0.73% | - |
| XYZ | 23.04 | 11.25 | 47.41 | - |
| YUV | 80.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 21 | 186 | 0.16 | 0.89 | 0 | 0.27 | 289.45 | 0.8 | 0.41 |
| Hex | 9D | 15 | BA | 10 | 59 | 0 | 1B | 121 | 50 | 29 |
| Octal | 235 | 25 | 272 | 20 | 131 | 0 | 33 | 441 | 120 | 51 |
| Binary | 10011101 | 10101 | 10111010 | 10000 | 1011001 | 0 | 11011 | 100100001 | 1010000 | 101001 |
Color Harmonies of #9D15BA
Complementary color
Monochromatic Colors of #9D15BA
Black with #9D15BA
Text Example
Text Example
White with #9D15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D15BA; }
p { color: rgb(157,21,186); }
H1.HeaderClassName
{
color: #9D15BA;
}
.AnyTagClassName
{
color: #9D15BA;
}
</style>
background-color css
<style>
a { background-color: #9D15BA; }
a { background-color: rgb(157,21,186); }
div.DivClassName
{
background-color: #9D15BA;
}
.BgClassName
{
background-color: #9D15BA;
}
</style>
border-color css
<style>
span { border-color: #9D15BA; }
span { border-color: rgb(157,21,186); }
td.TdClassName
{
border-color: #9D15BA;
}
.TagClassName
{
border-color: #9D15BA;
}
</style>