Shades of Dark Violet #9F16E6
Tints of Dark Violet #9F16E6
RGB
CMYK
RGB Variations
Color information
#9F16E6 (or 0x9F16E6) is known color: Dark Violet. HEX triplet: 9F, 16 and E6. RGB value is (159,22,230). Sum of RGB (Red+Green+Blue) = 159+22+230=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #9F16E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F16E6 is #60E919. Grayscale: #555555. Windows color (decimal): -6351130 or 15079071. OLE color: 15079071.
HSL color Cylindrical-coordinate representation of color #9F16E6: hue angle of 279.52º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F16E6 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 22 | 230 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.10 |
| HSL | 279.52º | 0.83% | 0.49% | - |
| HSV(B) | 279.52º | 0.9% | 0.9% | - |
| XYZ | 28.87 | 13.66 | 75.98 | - |
| YUV | 86.68 | 208.89 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 230 | 0.31 | 0.90 | 0 | 0.10 | 279.52 | 0.83 | 0.49 |
| Hex | 9F | 16 | E6 | 1F | 5A | 0 | A | 118 | 53 | 31 |
| Octal | 237 | 26 | 346 | 37 | 132 | 0 | 12 | 430 | 123 | 61 |
| Binary | 10011111 | 10110 | 11100110 | 11111 | 1011010 | 0 | 1010 | 100011000 | 1010011 | 110001 |
Color Harmonies of #9F16E6
Complementary color
Monochromatic Colors of #9F16E6
Black with #9F16E6
Text Example
Text Example
White with #9F16E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F16E6; }
p { color: rgb(159,22,230); }
H1.HeaderClassName
{
color: #9F16E6;
}
.AnyTagClassName
{
color: #9F16E6;
}
</style>
background-color css
<style>
a { background-color: #9F16E6; }
a { background-color: rgb(159,22,230); }
div.DivClassName
{
background-color: #9F16E6;
}
.BgClassName
{
background-color: #9F16E6;
}
</style>
border-color css
<style>
span { border-color: #9F16E6; }
span { border-color: rgb(159,22,230); }
td.TdClassName
{
border-color: #9F16E6;
}
.TagClassName
{
border-color: #9F16E6;
}
</style>