Shades of Dark Violet #9A11DF
Tints of Dark Violet #9A11DF
RGB
CMYK
RGB Variations
Color information
#9A11DF (or 0x9A11DF) is known color: Dark Violet. HEX triplet: 9A, 11 and DF. RGB value is (154,17,223). Sum of RGB (Red+Green+Blue) = 154+17+223=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A11DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A11DF is #65EE20. Grayscale: #505050. Windows color (decimal): -6680097 or 14619034. OLE color: 14619034.
HSL color Cylindrical-coordinate representation of color #9A11DF: hue angle of 279.9º 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 #9A11DF is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 17 | 223 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.13 |
| HSL | 279.9º | 0.86% | 0.47% | - |
| HSV(B) | 279.9º | 0.92% | 0.87% | - |
| XYZ | 26.85 | 12.6 | 70.83 | - |
| YUV | 81.45 | 207.89 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 223 | 0.31 | 0.92 | 0 | 0.13 | 279.9 | 0.86 | 0.47 |
| Hex | 9A | 11 | DF | 1F | 5C | 0 | D | 118 | 56 | 2F |
| Octal | 232 | 21 | 337 | 37 | 134 | 0 | 15 | 430 | 126 | 57 |
| Binary | 10011010 | 10001 | 11011111 | 11111 | 1011100 | 0 | 1101 | 100011000 | 1010110 | 101111 |
Color Harmonies of #9A11DF
Complementary color
Monochromatic Colors of #9A11DF
Black with #9A11DF
Text Example
Text Example
White with #9A11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A11DF; }
p { color: rgb(154,17,223); }
H1.HeaderClassName
{
color: #9A11DF;
}
.AnyTagClassName
{
color: #9A11DF;
}
</style>
background-color css
<style>
a { background-color: #9A11DF; }
a { background-color: rgb(154,17,223); }
div.DivClassName
{
background-color: #9A11DF;
}
.BgClassName
{
background-color: #9A11DF;
}
</style>
border-color css
<style>
span { border-color: #9A11DF; }
span { border-color: rgb(154,17,223); }
td.TdClassName
{
border-color: #9A11DF;
}
.TagClassName
{
border-color: #9A11DF;
}
</style>