Shades of Dark Violet #910EDF
Tints of Dark Violet #910EDF
RGB
CMYK
RGB Variations
Color information
#910EDF (or 0x910EDF) is known color: Dark Violet. HEX triplet: 91, 0E and DF. RGB value is (145,14,223). Sum of RGB (Red+Green+Blue) = 145+14+223=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #910EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910EDF is #6EF120. Grayscale: #4C4C4C. Windows color (decimal): -7270689 or 14618257. OLE color: 14618257.
HSL color Cylindrical-coordinate representation of color #910EDF: hue angle of 277.61º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910EDF is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 14 | 223 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.13 |
| HSL | 277.61º | 0.88% | 0.46% | - |
| HSV(B) | 277.61º | 0.94% | 0.87% | - |
| XYZ | 25.15 | 11.66 | 70.74 | - |
| YUV | 77 | 210.4 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 223 | 0.35 | 0.94 | 0 | 0.13 | 277.61 | 0.88 | 0.46 |
| Hex | 91 | E | DF | 23 | 5E | 0 | D | 116 | 58 | 2E |
| Octal | 221 | 16 | 337 | 43 | 136 | 0 | 15 | 426 | 130 | 56 |
| Binary | 10010001 | 1110 | 11011111 | 100011 | 1011110 | 0 | 1101 | 100010110 | 1011000 | 101110 |
Color Harmonies of #910EDF
Complementary color
Monochromatic Colors of #910EDF
Black with #910EDF
Text Example
Text Example
White with #910EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910EDF; }
p { color: rgb(145,14,223); }
H1.HeaderClassName
{
color: #910EDF;
}
.AnyTagClassName
{
color: #910EDF;
}
</style>
background-color css
<style>
a { background-color: #910EDF; }
a { background-color: rgb(145,14,223); }
div.DivClassName
{
background-color: #910EDF;
}
.BgClassName
{
background-color: #910EDF;
}
</style>
border-color css
<style>
span { border-color: #910EDF; }
span { border-color: rgb(145,14,223); }
td.TdClassName
{
border-color: #910EDF;
}
.TagClassName
{
border-color: #910EDF;
}
</style>