Shades of Dark Violet #9916DF
Tints of Dark Violet #9916DF
RGB
CMYK
RGB Variations
Color information
#9916DF (or 0x9916DF) is known color: Dark Violet. HEX triplet: 99, 16 and DF. RGB value is (153,22,223). Sum of RGB (Red+Green+Blue) = 153+22+223=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #9916DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9916DF is #66E920. Grayscale: #535353. Windows color (decimal): -6744353 or 14620313. OLE color: 14620313.
HSL color Cylindrical-coordinate representation of color #9916DF: hue angle of 279.1º 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 #9916DF is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 22 | 223 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.13 |
| HSL | 279.1º | 0.82% | 0.48% | - |
| HSV(B) | 279.1º | 0.9% | 0.87% | - |
| XYZ | 26.74 | 12.67 | 70.85 | - |
| YUV | 84.08 | 206.4 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 223 | 0.31 | 0.90 | 0 | 0.13 | 279.1 | 0.82 | 0.48 |
| Hex | 99 | 16 | DF | 1F | 5A | 0 | D | 117 | 52 | 30 |
| Octal | 231 | 26 | 337 | 37 | 132 | 0 | 15 | 427 | 122 | 60 |
| Binary | 10011001 | 10110 | 11011111 | 11111 | 1011010 | 0 | 1101 | 100010111 | 1010010 | 110000 |
Color Harmonies of #9916DF
Complementary color
Monochromatic Colors of #9916DF
Black with #9916DF
Text Example
Text Example
White with #9916DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9916DF; }
p { color: rgb(153,22,223); }
H1.HeaderClassName
{
color: #9916DF;
}
.AnyTagClassName
{
color: #9916DF;
}
</style>
background-color css
<style>
a { background-color: #9916DF; }
a { background-color: rgb(153,22,223); }
div.DivClassName
{
background-color: #9916DF;
}
.BgClassName
{
background-color: #9916DF;
}
</style>
border-color css
<style>
span { border-color: #9916DF; }
span { border-color: rgb(153,22,223); }
td.TdClassName
{
border-color: #9916DF;
}
.TagClassName
{
border-color: #9916DF;
}
</style>