Shades of Dark Violet #9711DD
Tints of Dark Violet #9711DD
RGB
CMYK
RGB Variations
Color information
#9711DD (or 0x9711DD) is known color: Dark Violet. HEX triplet: 97, 11 and DD. RGB value is (151,17,221). Sum of RGB (Red+Green+Blue) = 151+17+221=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #9711DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9711DD is #68EE22. Grayscale: #4F4F4F. Windows color (decimal): -6876707 or 14487959. OLE color: 14487959.
HSL color Cylindrical-coordinate representation of color #9711DD: hue angle of 279.41º 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 #9711DD is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 17 | 221 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.13 |
| HSL | 279.41º | 0.86% | 0.47% | - |
| HSV(B) | 279.41º | 0.92% | 0.87% | - |
| XYZ | 26.01 | 12.2 | 69.39 | - |
| YUV | 80.32 | 207.39 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 221 | 0.32 | 0.92 | 0 | 0.13 | 279.41 | 0.86 | 0.47 |
| Hex | 97 | 11 | DD | 20 | 5C | 0 | D | 117 | 56 | 2F |
| Octal | 227 | 21 | 335 | 40 | 134 | 0 | 15 | 427 | 126 | 57 |
| Binary | 10010111 | 10001 | 11011101 | 100000 | 1011100 | 0 | 1101 | 100010111 | 1010110 | 101111 |
Color Harmonies of #9711DD
Complementary color
Monochromatic Colors of #9711DD
Black with #9711DD
Text Example
Text Example
White with #9711DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9711DD; }
p { color: rgb(151,17,221); }
H1.HeaderClassName
{
color: #9711DD;
}
.AnyTagClassName
{
color: #9711DD;
}
</style>
background-color css
<style>
a { background-color: #9711DD; }
a { background-color: rgb(151,17,221); }
div.DivClassName
{
background-color: #9711DD;
}
.BgClassName
{
background-color: #9711DD;
}
</style>
border-color css
<style>
span { border-color: #9711DD; }
span { border-color: rgb(151,17,221); }
td.TdClassName
{
border-color: #9711DD;
}
.TagClassName
{
border-color: #9711DD;
}
</style>