Shades of Dark Violet #9D16DD
Tints of Dark Violet #9D16DD
RGB
CMYK
RGB Variations
Color information
#9D16DD (or 0x9D16DD) is known color: Dark Violet. HEX triplet: 9D, 16 and DD. RGB value is (157,22,221). Sum of RGB (Red+Green+Blue) = 157+22+221=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D16DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D16DD is #62E922. Grayscale: #545454. Windows color (decimal): -6482211 or 14489245. OLE color: 14489245.
HSL color Cylindrical-coordinate representation of color #9D16DD: hue angle of 280.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D16DD is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 22 | 221 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.13 |
| HSL | 280.7º | 0.82% | 0.48% | - |
| HSV(B) | 280.7º | 0.9% | 0.87% | - |
| XYZ | 27.24 | 12.96 | 69.47 | - |
| YUV | 85.05 | 204.73 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 22 | 221 | 0.29 | 0.90 | 0 | 0.13 | 280.7 | 0.82 | 0.48 |
| Hex | 9D | 16 | DD | 1D | 5A | 0 | D | 119 | 52 | 30 |
| Octal | 235 | 26 | 335 | 35 | 132 | 0 | 15 | 431 | 122 | 60 |
| Binary | 10011101 | 10110 | 11011101 | 11101 | 1011010 | 0 | 1101 | 100011001 | 1010010 | 110000 |
Color Harmonies of #9D16DD
Complementary color
Monochromatic Colors of #9D16DD
Black with #9D16DD
Text Example
Text Example
White with #9D16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D16DD; }
p { color: rgb(157,22,221); }
H1.HeaderClassName
{
color: #9D16DD;
}
.AnyTagClassName
{
color: #9D16DD;
}
</style>
background-color css
<style>
a { background-color: #9D16DD; }
a { background-color: rgb(157,22,221); }
div.DivClassName
{
background-color: #9D16DD;
}
.BgClassName
{
background-color: #9D16DD;
}
</style>
border-color css
<style>
span { border-color: #9D16DD; }
span { border-color: rgb(157,22,221); }
td.TdClassName
{
border-color: #9D16DD;
}
.TagClassName
{
border-color: #9D16DD;
}
</style>