Shades of Dark Violet #9C16DF
Tints of Dark Violet #9C16DF
RGB
CMYK
RGB Variations
Color information
#9C16DF (or 0x9C16DF) is known color: Dark Violet. HEX triplet: 9C, 16 and DF. RGB value is (156,22,223). Sum of RGB (Red+Green+Blue) = 156+22+223=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C16DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C16DF is #63E920. Grayscale: #545454. Windows color (decimal): -6547745 or 14620316. OLE color: 14620316.
HSL color Cylindrical-coordinate representation of color #9C16DF: hue angle of 280º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C16DF is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 22 | 223 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.13 |
| HSL | 280º | 0.82% | 0.48% | - |
| HSV(B) | 280º | 0.9% | 0.87% | - |
| XYZ | 27.32 | 12.97 | 70.88 | - |
| YUV | 84.98 | 205.89 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 223 | 0.30 | 0.90 | 0 | 0.13 | 280 | 0.82 | 0.48 |
| Hex | 9C | 16 | DF | 1E | 5A | 0 | D | 118 | 52 | 30 |
| Octal | 234 | 26 | 337 | 36 | 132 | 0 | 15 | 430 | 122 | 60 |
| Binary | 10011100 | 10110 | 11011111 | 11110 | 1011010 | 0 | 1101 | 100011000 | 1010010 | 110000 |
Color Harmonies of #9C16DF
Complementary color
Monochromatic Colors of #9C16DF
Black with #9C16DF
Text Example
Text Example
White with #9C16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C16DF; }
p { color: rgb(156,22,223); }
H1.HeaderClassName
{
color: #9C16DF;
}
.AnyTagClassName
{
color: #9C16DF;
}
</style>
background-color css
<style>
a { background-color: #9C16DF; }
a { background-color: rgb(156,22,223); }
div.DivClassName
{
background-color: #9C16DF;
}
.BgClassName
{
background-color: #9C16DF;
}
</style>
border-color css
<style>
span { border-color: #9C16DF; }
span { border-color: rgb(156,22,223); }
td.TdClassName
{
border-color: #9C16DF;
}
.TagClassName
{
border-color: #9C16DF;
}
</style>