Shades of Blue Violet #910EEF
Tints of Blue Violet #910EEF
RGB
CMYK
RGB Variations
Color information
#910EEF (or 0x910EEF) is known color: Blue Violet. HEX triplet: 91, 0E and EF. RGB value is (145,14,239). Sum of RGB (Red+Green+Blue) = 145+14+239=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #910EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910EEF is #6EF110. Grayscale: #4E4E4E. Windows color (decimal): -7270673 or 15666833. OLE color: 15666833.
HSL color Cylindrical-coordinate representation of color #910EEF: hue angle of 274.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910EEF is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 14 | 239 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.06 |
| HSL | 274.93º | 0.89% | 0.5% | - |
| HSV(B) | 274.93º | 0.94% | 0.94% | - |
| XYZ | 27.41 | 12.57 | 82.64 | - |
| YUV | 78.82 | 218.4 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 239 | 0.39 | 0.94 | 0 | 0.06 | 274.93 | 0.89 | 0.5 |
| Hex | 91 | E | EF | 27 | 5E | 0 | 6 | 113 | 59 | 32 |
| Octal | 221 | 16 | 357 | 47 | 136 | 0 | 6 | 423 | 131 | 62 |
| Binary | 10010001 | 1110 | 11101111 | 100111 | 1011110 | 0 | 110 | 100010011 | 1011001 | 110010 |
Color Harmonies of #910EEF
Complementary color
Monochromatic Colors of #910EEF
Black with #910EEF
Text Example
Text Example
White with #910EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910EEF; }
p { color: rgb(145,14,239); }
H1.HeaderClassName
{
color: #910EEF;
}
.AnyTagClassName
{
color: #910EEF;
}
</style>
background-color css
<style>
a { background-color: #910EEF; }
a { background-color: rgb(145,14,239); }
div.DivClassName
{
background-color: #910EEF;
}
.BgClassName
{
background-color: #910EEF;
}
</style>
border-color css
<style>
span { border-color: #910EEF; }
span { border-color: rgb(145,14,239); }
td.TdClassName
{
border-color: #910EEF;
}
.TagClassName
{
border-color: #910EEF;
}
</style>