Shades of Dark Violet #9F16CA
Tints of Dark Violet #9F16CA
RGB
CMYK
RGB Variations
Color information
#9F16CA (or 0x9F16CA) is known color: Dark Violet. HEX triplet: 9F, 16 and CA. RGB value is (159,22,202). Sum of RGB (Red+Green+Blue) = 159+22+202=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F16CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F16CA is #60E935. Grayscale: #525252. Windows color (decimal): -6351158 or 13244063. OLE color: 13244063.
HSL color Cylindrical-coordinate representation of color #9F16CA: hue angle of 285.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F16CA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 22 | 202 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.21 |
| HSL | 285.67º | 0.8% | 0.44% | - |
| HSV(B) | 285.67º | 0.89% | 0.79% | - |
| XYZ | 25.25 | 12.21 | 56.9 | - |
| YUV | 83.48 | 194.89 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 202 | 0.21 | 0.89 | 0 | 0.21 | 285.67 | 0.8 | 0.44 |
| Hex | 9F | 16 | CA | 15 | 59 | 0 | 15 | 11E | 50 | 2C |
| Octal | 237 | 26 | 312 | 25 | 131 | 0 | 25 | 436 | 120 | 54 |
| Binary | 10011111 | 10110 | 11001010 | 10101 | 1011001 | 0 | 10101 | 100011110 | 1010000 | 101100 |
Color Harmonies of #9F16CA
Complementary color
Monochromatic Colors of #9F16CA
Black with #9F16CA
Text Example
Text Example
White with #9F16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F16CA; }
p { color: rgb(159,22,202); }
H1.HeaderClassName
{
color: #9F16CA;
}
.AnyTagClassName
{
color: #9F16CA;
}
</style>
background-color css
<style>
a { background-color: #9F16CA; }
a { background-color: rgb(159,22,202); }
div.DivClassName
{
background-color: #9F16CA;
}
.BgClassName
{
background-color: #9F16CA;
}
</style>
border-color css
<style>
span { border-color: #9F16CA; }
span { border-color: rgb(159,22,202); }
td.TdClassName
{
border-color: #9F16CA;
}
.TagClassName
{
border-color: #9F16CA;
}
</style>