Shades of Dark Violet #910EBA
Tints of Dark Violet #910EBA
RGB
CMYK
RGB Variations
Color information
#910EBA (or 0x910EBA) is known color: Dark Violet. HEX triplet: 91, 0E and BA. RGB value is (145,14,186). Sum of RGB (Red+Green+Blue) = 145+14+186=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #910EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910EBA is #6EF145. Grayscale: #484848. Windows color (decimal): -7270726 or 12193425. OLE color: 12193425.
HSL color Cylindrical-coordinate representation of color #910EBA: hue angle of 285.7º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910EBA is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 14 | 186 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.27 |
| HSL | 285.7º | 0.86% | 0.39% | - |
| HSV(B) | 285.7º | 0.92% | 0.73% | - |
| XYZ | 20.7 | 9.88 | 47.27 | - |
| YUV | 72.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 186 | 0.22 | 0.92 | 0 | 0.27 | 285.7 | 0.86 | 0.39 |
| Hex | 91 | E | BA | 16 | 5C | 0 | 1B | 11E | 56 | 27 |
| Octal | 221 | 16 | 272 | 26 | 134 | 0 | 33 | 436 | 126 | 47 |
| Binary | 10010001 | 1110 | 10111010 | 10110 | 1011100 | 0 | 11011 | 100011110 | 1010110 | 100111 |
Color Harmonies of #910EBA
Complementary color
Monochromatic Colors of #910EBA
Black with #910EBA
Text Example
Text Example
White with #910EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910EBA; }
p { color: rgb(145,14,186); }
H1.HeaderClassName
{
color: #910EBA;
}
.AnyTagClassName
{
color: #910EBA;
}
</style>
background-color css
<style>
a { background-color: #910EBA; }
a { background-color: rgb(145,14,186); }
div.DivClassName
{
background-color: #910EBA;
}
.BgClassName
{
background-color: #910EBA;
}
</style>
border-color css
<style>
span { border-color: #910EBA; }
span { border-color: rgb(145,14,186); }
td.TdClassName
{
border-color: #910EBA;
}
.TagClassName
{
border-color: #910EBA;
}
</style>