Shades of Dark Violet #9711EA
Tints of Dark Violet #9711EA
RGB
CMYK
RGB Variations
Color information
#9711EA (or 0x9711EA) is known color: Dark Violet. HEX triplet: 97, 11 and EA. RGB value is (151,17,234). Sum of RGB (Red+Green+Blue) = 151+17+234=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #9711EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9711EA is #68EE15. Grayscale: #515151. Windows color (decimal): -6876694 or 15339927. OLE color: 15339927.
HSL color Cylindrical-coordinate representation of color #9711EA: hue angle of 277.05º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9711EA is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 17 | 234 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.08 |
| HSL | 277.05º | 0.86% | 0.49% | - |
| HSV(B) | 277.05º | 0.93% | 0.92% | - |
| XYZ | 27.81 | 12.92 | 78.87 | - |
| YUV | 81.8 | 213.89 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 234 | 0.35 | 0.93 | 0 | 0.08 | 277.05 | 0.86 | 0.49 |
| Hex | 97 | 11 | EA | 23 | 5D | 0 | 8 | 115 | 56 | 31 |
| Octal | 227 | 21 | 352 | 43 | 135 | 0 | 10 | 425 | 126 | 61 |
| Binary | 10010111 | 10001 | 11101010 | 100011 | 1011101 | 0 | 1000 | 100010101 | 1010110 | 110001 |
Color Harmonies of #9711EA
Complementary color
Monochromatic Colors of #9711EA
Black with #9711EA
Text Example
Text Example
White with #9711EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9711EA; }
p { color: rgb(151,17,234); }
H1.HeaderClassName
{
color: #9711EA;
}
.AnyTagClassName
{
color: #9711EA;
}
</style>
background-color css
<style>
a { background-color: #9711EA; }
a { background-color: rgb(151,17,234); }
div.DivClassName
{
background-color: #9711EA;
}
.BgClassName
{
background-color: #9711EA;
}
</style>
border-color css
<style>
span { border-color: #9711EA; }
span { border-color: rgb(151,17,234); }
td.TdClassName
{
border-color: #9711EA;
}
.TagClassName
{
border-color: #9711EA;
}
</style>