Shades of Dark Violet #910EE6
Tints of Dark Violet #910EE6
RGB
CMYK
RGB Variations
Color information
#910EE6 (or 0x910EE6) is known color: Dark Violet. HEX triplet: 91, 0E and E6. RGB value is (145,14,230). Sum of RGB (Red+Green+Blue) = 145+14+230=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #910EE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910EE6 is #6EF119. Grayscale: #4D4D4D. Windows color (decimal): -7270682 or 15077009. OLE color: 15077009.
HSL color Cylindrical-coordinate representation of color #910EE6: hue angle of 276.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910EE6 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 14 | 230 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.10 |
| HSL | 276.39º | 0.89% | 0.48% | - |
| HSV(B) | 276.39º | 0.94% | 0.9% | - |
| XYZ | 26.12 | 12.05 | 75.81 | - |
| YUV | 77.79 | 213.9 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 230 | 0.37 | 0.94 | 0 | 0.10 | 276.39 | 0.89 | 0.48 |
| Hex | 91 | E | E6 | 25 | 5E | 0 | A | 114 | 59 | 30 |
| Octal | 221 | 16 | 346 | 45 | 136 | 0 | 12 | 424 | 131 | 60 |
| Binary | 10010001 | 1110 | 11100110 | 100101 | 1011110 | 0 | 1010 | 100010100 | 1011001 | 110000 |
Color Harmonies of #910EE6
Complementary color
Monochromatic Colors of #910EE6
Black with #910EE6
Text Example
Text Example
White with #910EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910EE6; }
p { color: rgb(145,14,230); }
H1.HeaderClassName
{
color: #910EE6;
}
.AnyTagClassName
{
color: #910EE6;
}
</style>
background-color css
<style>
a { background-color: #910EE6; }
a { background-color: rgb(145,14,230); }
div.DivClassName
{
background-color: #910EE6;
}
.BgClassName
{
background-color: #910EE6;
}
</style>
border-color css
<style>
span { border-color: #910EE6; }
span { border-color: rgb(145,14,230); }
td.TdClassName
{
border-color: #910EE6;
}
.TagClassName
{
border-color: #910EE6;
}
</style>