Shades of Dark Violet #9F16BE
Tints of Dark Violet #9F16BE
RGB
CMYK
RGB Variations
Color information
#9F16BE (or 0x9F16BE) is known color: Dark Violet. HEX triplet: 9F, 16 and BE. RGB value is (159,22,190). Sum of RGB (Red+Green+Blue) = 159+22+190=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F16BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F16BE is #60E941. Grayscale: #515151. Windows color (decimal): -6351170 or 12457631. OLE color: 12457631.
HSL color Cylindrical-coordinate representation of color #9F16BE: hue angle of 288.93º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F16BE is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 22 | 190 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.25 |
| HSL | 288.93º | 0.79% | 0.42% | - |
| HSV(B) | 288.93º | 0.88% | 0.75% | - |
| XYZ | 23.88 | 11.66 | 49.71 | - |
| YUV | 82.12 | 188.89 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 190 | 0.16 | 0.88 | 0 | 0.25 | 288.93 | 0.79 | 0.42 |
| Hex | 9F | 16 | BE | 10 | 58 | 0 | 19 | 121 | 4F | 2A |
| Octal | 237 | 26 | 276 | 20 | 130 | 0 | 31 | 441 | 117 | 52 |
| Binary | 10011111 | 10110 | 10111110 | 10000 | 1011000 | 0 | 11001 | 100100001 | 1001111 | 101010 |
Color Harmonies of #9F16BE
Complementary color
Monochromatic Colors of #9F16BE
Black with #9F16BE
Text Example
Text Example
White with #9F16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F16BE; }
p { color: rgb(159,22,190); }
H1.HeaderClassName
{
color: #9F16BE;
}
.AnyTagClassName
{
color: #9F16BE;
}
</style>
background-color css
<style>
a { background-color: #9F16BE; }
a { background-color: rgb(159,22,190); }
div.DivClassName
{
background-color: #9F16BE;
}
.BgClassName
{
background-color: #9F16BE;
}
</style>
border-color css
<style>
span { border-color: #9F16BE; }
span { border-color: rgb(159,22,190); }
td.TdClassName
{
border-color: #9F16BE;
}
.TagClassName
{
border-color: #9F16BE;
}
</style>