Shades of Dark Violet #910EED
Tints of Dark Violet #910EED
RGB
CMYK
RGB Variations
Color information
#910EED (or 0x910EED) is known color: Dark Violet. HEX triplet: 91, 0E and ED. RGB value is (145,14,237). Sum of RGB (Red+Green+Blue) = 145+14+237=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #910EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910EED is #6EF112. Grayscale: #4D4D4D. Windows color (decimal): -7270675 or 15535761. OLE color: 15535761.
HSL color Cylindrical-coordinate representation of color #910EED: hue angle of 275.25º 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 #910EED is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 14 | 237 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.07 |
| HSL | 275.25º | 0.89% | 0.49% | - |
| HSV(B) | 275.25º | 0.94% | 0.93% | - |
| XYZ | 27.12 | 12.45 | 81.09 | - |
| YUV | 78.59 | 217.4 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 237 | 0.39 | 0.94 | 0 | 0.07 | 275.25 | 0.89 | 0.49 |
| Hex | 91 | E | ED | 27 | 5E | 0 | 7 | 113 | 59 | 31 |
| Octal | 221 | 16 | 355 | 47 | 136 | 0 | 7 | 423 | 131 | 61 |
| Binary | 10010001 | 1110 | 11101101 | 100111 | 1011110 | 0 | 111 | 100010011 | 1011001 | 110001 |
Color Harmonies of #910EED
Complementary color
Monochromatic Colors of #910EED
Black with #910EED
Text Example
Text Example
White with #910EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910EED; }
p { color: rgb(145,14,237); }
H1.HeaderClassName
{
color: #910EED;
}
.AnyTagClassName
{
color: #910EED;
}
</style>
background-color css
<style>
a { background-color: #910EED; }
a { background-color: rgb(145,14,237); }
div.DivClassName
{
background-color: #910EED;
}
.BgClassName
{
background-color: #910EED;
}
</style>
border-color css
<style>
span { border-color: #910EED; }
span { border-color: rgb(145,14,237); }
td.TdClassName
{
border-color: #910EED;
}
.TagClassName
{
border-color: #910EED;
}
</style>