Shades of Dark Violet #9A16CD
Tints of Dark Violet #9A16CD
RGB
CMYK
RGB Variations
Color information
#9A16CD (or 0x9A16CD) is known color: Dark Violet. HEX triplet: 9A, 16 and CD. RGB value is (154,22,205). Sum of RGB (Red+Green+Blue) = 154+22+205=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A16CD is #65E932. Grayscale: #515151. Windows color (decimal): -6678835 or 13440666. OLE color: 13440666.
HSL color Cylindrical-coordinate representation of color #9A16CD: hue angle of 283.28º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A16CD is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 22 | 205 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.20 |
| HSL | 283.28º | 0.81% | 0.45% | - |
| HSV(B) | 283.28º | 0.89% | 0.8% | - |
| XYZ | 24.63 | 11.85 | 58.75 | - |
| YUV | 82.33 | 197.23 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 205 | 0.25 | 0.89 | 0 | 0.20 | 283.28 | 0.81 | 0.45 |
| Hex | 9A | 16 | CD | 19 | 59 | 0 | 14 | 11B | 51 | 2D |
| Octal | 232 | 26 | 315 | 31 | 131 | 0 | 24 | 433 | 121 | 55 |
| Binary | 10011010 | 10110 | 11001101 | 11001 | 1011001 | 0 | 10100 | 100011011 | 1010001 | 101101 |
Color Harmonies of #9A16CD
Complementary color
Monochromatic Colors of #9A16CD
Black with #9A16CD
Text Example
Text Example
White with #9A16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A16CD; }
p { color: rgb(154,22,205); }
H1.HeaderClassName
{
color: #9A16CD;
}
.AnyTagClassName
{
color: #9A16CD;
}
</style>
background-color css
<style>
a { background-color: #9A16CD; }
a { background-color: rgb(154,22,205); }
div.DivClassName
{
background-color: #9A16CD;
}
.BgClassName
{
background-color: #9A16CD;
}
</style>
border-color css
<style>
span { border-color: #9A16CD; }
span { border-color: rgb(154,22,205); }
td.TdClassName
{
border-color: #9A16CD;
}
.TagClassName
{
border-color: #9A16CD;
}
</style>