Shades of Dark Violet #9D14D9
Tints of Dark Violet #9D14D9
RGB
CMYK
RGB Variations
Color information
#9D14D9 (or 0x9D14D9) is known color: Dark Violet. HEX triplet: 9D, 14 and D9. RGB value is (157,20,217). Sum of RGB (Red+Green+Blue) = 157+20+217=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D14D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D14D9 is #62EB26. Grayscale: #525252. Windows color (decimal): -6482727 or 14226589. OLE color: 14226589.
HSL color Cylindrical-coordinate representation of color #9D14D9: hue angle of 281.73º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D14D9 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 20 | 217 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.15 |
| HSL | 281.73º | 0.83% | 0.46% | - |
| HSV(B) | 281.73º | 0.91% | 0.85% | - |
| XYZ | 26.68 | 12.68 | 66.69 | - |
| YUV | 83.42 | 203.39 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 217 | 0.28 | 0.91 | 0 | 0.15 | 281.73 | 0.83 | 0.46 |
| Hex | 9D | 14 | D9 | 1C | 5B | 0 | F | 11A | 53 | 2E |
| Octal | 235 | 24 | 331 | 34 | 133 | 0 | 17 | 432 | 123 | 56 |
| Binary | 10011101 | 10100 | 11011001 | 11100 | 1011011 | 0 | 1111 | 100011010 | 1010011 | 101110 |
Color Harmonies of #9D14D9
Complementary color
Monochromatic Colors of #9D14D9
Black with #9D14D9
Text Example
Text Example
White with #9D14D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D14D9; }
p { color: rgb(157,20,217); }
H1.HeaderClassName
{
color: #9D14D9;
}
.AnyTagClassName
{
color: #9D14D9;
}
</style>
background-color css
<style>
a { background-color: #9D14D9; }
a { background-color: rgb(157,20,217); }
div.DivClassName
{
background-color: #9D14D9;
}
.BgClassName
{
background-color: #9D14D9;
}
</style>
border-color css
<style>
span { border-color: #9D14D9; }
span { border-color: rgb(157,20,217); }
td.TdClassName
{
border-color: #9D14D9;
}
.TagClassName
{
border-color: #9D14D9;
}
</style>