Shades of Dark Violet #9D15C1
Tints of Dark Violet #9D15C1
RGB
CMYK
RGB Variations
Color information
#9D15C1 (or 0x9D15C1) is known color: Dark Violet. HEX triplet: 9D, 15 and C1. RGB value is (157,21,193). Sum of RGB (Red+Green+Blue) = 157+21+193=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D15C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D15C1 is #62EA3E. Grayscale: #505050. Windows color (decimal): -6482495 or 12653981. OLE color: 12653981.
HSL color Cylindrical-coordinate representation of color #9D15C1: hue angle of 287.44º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D15C1 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 21 | 193 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.24 |
| HSL | 287.44º | 0.8% | 0.42% | - |
| HSV(B) | 287.44º | 0.89% | 0.76% | - |
| XYZ | 23.8 | 11.55 | 51.43 | - |
| YUV | 81.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 21 | 193 | 0.19 | 0.89 | 0 | 0.24 | 287.44 | 0.8 | 0.42 |
| Hex | 9D | 15 | C1 | 13 | 59 | 0 | 18 | 11F | 50 | 2A |
| Octal | 235 | 25 | 301 | 23 | 131 | 0 | 30 | 437 | 120 | 52 |
| Binary | 10011101 | 10101 | 11000001 | 10011 | 1011001 | 0 | 11000 | 100011111 | 1010000 | 101010 |
Color Harmonies of #9D15C1
Complementary color
Monochromatic Colors of #9D15C1
Black with #9D15C1
Text Example
Text Example
White with #9D15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D15C1; }
p { color: rgb(157,21,193); }
H1.HeaderClassName
{
color: #9D15C1;
}
.AnyTagClassName
{
color: #9D15C1;
}
</style>
background-color css
<style>
a { background-color: #9D15C1; }
a { background-color: rgb(157,21,193); }
div.DivClassName
{
background-color: #9D15C1;
}
.BgClassName
{
background-color: #9D15C1;
}
</style>
border-color css
<style>
span { border-color: #9D15C1; }
span { border-color: rgb(157,21,193); }
td.TdClassName
{
border-color: #9D15C1;
}
.TagClassName
{
border-color: #9D15C1;
}
</style>