Shades of Dark Violet #910EEE
Tints of Dark Violet #910EEE
RGB
CMYK
RGB Variations
Color information
#910EEE (or 0x910EEE) is known color: Dark Violet. HEX triplet: 91, 0E and EE. RGB value is (145,14,238). Sum of RGB (Red+Green+Blue) = 145+14+238=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #910EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910EEE is #6EF111. Grayscale: #4D4D4D. Windows color (decimal): -7270674 or 15601297. OLE color: 15601297.
HSL color Cylindrical-coordinate representation of color #910EEE: hue angle of 275.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910EEE is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 14 | 238 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.07 |
| HSL | 275.09º | 0.89% | 0.49% | - |
| HSV(B) | 275.09º | 0.94% | 0.93% | - |
| XYZ | 27.27 | 12.51 | 81.87 | - |
| YUV | 78.71 | 217.9 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 238 | 0.39 | 0.94 | 0 | 0.07 | 275.09 | 0.89 | 0.49 |
| Hex | 91 | E | EE | 27 | 5E | 0 | 7 | 113 | 59 | 31 |
| Octal | 221 | 16 | 356 | 47 | 136 | 0 | 7 | 423 | 131 | 61 |
| Binary | 10010001 | 1110 | 11101110 | 100111 | 1011110 | 0 | 111 | 100010011 | 1011001 | 110001 |
Color Harmonies of #910EEE
Complementary color
Monochromatic Colors of #910EEE
Black with #910EEE
Text Example
Text Example
White with #910EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910EEE; }
p { color: rgb(145,14,238); }
H1.HeaderClassName
{
color: #910EEE;
}
.AnyTagClassName
{
color: #910EEE;
}
</style>
background-color css
<style>
a { background-color: #910EEE; }
a { background-color: rgb(145,14,238); }
div.DivClassName
{
background-color: #910EEE;
}
.BgClassName
{
background-color: #910EEE;
}
</style>
border-color css
<style>
span { border-color: #910EEE; }
span { border-color: rgb(145,14,238); }
td.TdClassName
{
border-color: #910EEE;
}
.TagClassName
{
border-color: #910EEE;
}
</style>