Shades of Dark Violet #9F16CC
Tints of Dark Violet #9F16CC
RGB
CMYK
RGB Variations
Color information
#9F16CC (or 0x9F16CC) is known color: Dark Violet. HEX triplet: 9F, 16 and CC. RGB value is (159,22,204). Sum of RGB (Red+Green+Blue) = 159+22+204=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F16CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F16CC is #60E933. Grayscale: #535353. Windows color (decimal): -6351156 or 13375135. OLE color: 13375135.
HSL color Cylindrical-coordinate representation of color #9F16CC: hue angle of 285.16º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F16CC is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 22 | 204 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.2 |
| HSL | 285.16º | 0.81% | 0.44% | - |
| HSV(B) | 285.16º | 0.89% | 0.8% | - |
| XYZ | 25.48 | 12.3 | 58.16 | - |
| YUV | 83.71 | 195.89 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 204 | 0.22 | 0.89 | 0 | 0.2 | 285.16 | 0.81 | 0.44 |
| Hex | 9F | 16 | CC | 16 | 59 | 0 | 14 | 11D | 51 | 2C |
| Octal | 237 | 26 | 314 | 26 | 131 | 0 | 24 | 435 | 121 | 54 |
| Binary | 10011111 | 10110 | 11001100 | 10110 | 1011001 | 0 | 10100 | 100011101 | 1010001 | 101100 |
Color Harmonies of #9F16CC
Complementary color
Monochromatic Colors of #9F16CC
Black with #9F16CC
Text Example
Text Example
White with #9F16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F16CC; }
p { color: rgb(159,22,204); }
H1.HeaderClassName
{
color: #9F16CC;
}
.AnyTagClassName
{
color: #9F16CC;
}
</style>
background-color css
<style>
a { background-color: #9F16CC; }
a { background-color: rgb(159,22,204); }
div.DivClassName
{
background-color: #9F16CC;
}
.BgClassName
{
background-color: #9F16CC;
}
</style>
border-color css
<style>
span { border-color: #9F16CC; }
span { border-color: rgb(159,22,204); }
td.TdClassName
{
border-color: #9F16CC;
}
.TagClassName
{
border-color: #9F16CC;
}
</style>