Shades of Dark Violet #9711E6
Tints of Dark Violet #9711E6
RGB
CMYK
RGB Variations
Color information
#9711E6 (or 0x9711E6) is known color: Dark Violet. HEX triplet: 97, 11 and E6. RGB value is (151,17,230). Sum of RGB (Red+Green+Blue) = 151+17+230=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #9711E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9711E6 is #68EE19. Grayscale: #505050. Windows color (decimal): -6876698 or 15077783. OLE color: 15077783.
HSL color Cylindrical-coordinate representation of color #9711E6: hue angle of 277.75º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9711E6 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 17 | 230 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.10 |
| HSL | 277.75º | 0.86% | 0.48% | - |
| HSV(B) | 277.75º | 0.93% | 0.9% | - |
| XYZ | 27.25 | 12.69 | 75.88 | - |
| YUV | 81.35 | 211.89 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 230 | 0.34 | 0.93 | 0 | 0.10 | 277.75 | 0.86 | 0.48 |
| Hex | 97 | 11 | E6 | 22 | 5D | 0 | A | 116 | 56 | 30 |
| Octal | 227 | 21 | 346 | 42 | 135 | 0 | 12 | 426 | 126 | 60 |
| Binary | 10010111 | 10001 | 11100110 | 100010 | 1011101 | 0 | 1010 | 100010110 | 1010110 | 110000 |
Color Harmonies of #9711E6
Complementary color
Monochromatic Colors of #9711E6
Black with #9711E6
Text Example
Text Example
White with #9711E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9711E6; }
p { color: rgb(151,17,230); }
H1.HeaderClassName
{
color: #9711E6;
}
.AnyTagClassName
{
color: #9711E6;
}
</style>
background-color css
<style>
a { background-color: #9711E6; }
a { background-color: rgb(151,17,230); }
div.DivClassName
{
background-color: #9711E6;
}
.BgClassName
{
background-color: #9711E6;
}
</style>
border-color css
<style>
span { border-color: #9711E6; }
span { border-color: rgb(151,17,230); }
td.TdClassName
{
border-color: #9711E6;
}
.TagClassName
{
border-color: #9711E6;
}
</style>