Shades of Dark Violet #9911DF
Tints of Dark Violet #9911DF
RGB
CMYK
RGB Variations
Color information
#9911DF (or 0x9911DF) is known color: Dark Violet. HEX triplet: 99, 11 and DF. RGB value is (153,17,223). Sum of RGB (Red+Green+Blue) = 153+17+223=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #9911DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9911DF is #66EE20. Grayscale: #505050. Windows color (decimal): -6745633 or 14619033. OLE color: 14619033.
HSL color Cylindrical-coordinate representation of color #9911DF: hue angle of 279.61º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9911DF is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 17 | 223 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.13 |
| HSL | 279.61º | 0.86% | 0.47% | - |
| HSV(B) | 279.61º | 0.92% | 0.87% | - |
| XYZ | 26.66 | 12.5 | 70.82 | - |
| YUV | 81.15 | 208.06 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 223 | 0.31 | 0.92 | 0 | 0.13 | 279.61 | 0.86 | 0.47 |
| Hex | 99 | 11 | DF | 1F | 5C | 0 | D | 118 | 56 | 2F |
| Octal | 231 | 21 | 337 | 37 | 134 | 0 | 15 | 430 | 126 | 57 |
| Binary | 10011001 | 10001 | 11011111 | 11111 | 1011100 | 0 | 1101 | 100011000 | 1010110 | 101111 |
Color Harmonies of #9911DF
Complementary color
Monochromatic Colors of #9911DF
Black with #9911DF
Text Example
Text Example
White with #9911DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9911DF; }
p { color: rgb(153,17,223); }
H1.HeaderClassName
{
color: #9911DF;
}
.AnyTagClassName
{
color: #9911DF;
}
</style>
background-color css
<style>
a { background-color: #9911DF; }
a { background-color: rgb(153,17,223); }
div.DivClassName
{
background-color: #9911DF;
}
.BgClassName
{
background-color: #9911DF;
}
</style>
border-color css
<style>
span { border-color: #9911DF; }
span { border-color: rgb(153,17,223); }
td.TdClassName
{
border-color: #9911DF;
}
.TagClassName
{
border-color: #9911DF;
}
</style>