Shades of Blue Violet #911EE6
Tints of Blue Violet #911EE6
RGB
CMYK
RGB Variations
Color information
#911EE6 (or 0x911EE6) is known color: Blue Violet. HEX triplet: 91, 1E and E6. RGB value is (145,30,230). Sum of RGB (Red+Green+Blue) = 145+30+230=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #911EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #911EE6 is #6EE119. Grayscale: #565656. Windows color (decimal): -7266586 or 15081105. OLE color: 15081105.
HSL color Cylindrical-coordinate representation of color #911EE6: hue angle of 274.5º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #911EE6 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 30 | 230 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.10 |
| HSL | 274.5º | 0.8% | 0.51% | - |
| HSV(B) | 274.5º | 0.87% | 0.9% | - |
| XYZ | 26.42 | 12.66 | 75.91 | - |
| YUV | 87.19 | 208.6 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 30 | 230 | 0.37 | 0.87 | 0 | 0.10 | 274.5 | 0.8 | 0.51 |
| Hex | 91 | 1E | E6 | 25 | 57 | 0 | A | 112 | 50 | 33 |
| Octal | 221 | 36 | 346 | 45 | 127 | 0 | 12 | 422 | 120 | 63 |
| Binary | 10010001 | 11110 | 11100110 | 100101 | 1010111 | 0 | 1010 | 100010010 | 1010000 | 110011 |
Color Harmonies of #911EE6
Complementary color
Monochromatic Colors of #911EE6
Black with #911EE6
Text Example
Text Example
White with #911EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911EE6; }
p { color: rgb(145,30,230); }
H1.HeaderClassName
{
color: #911EE6;
}
.AnyTagClassName
{
color: #911EE6;
}
</style>
background-color css
<style>
a { background-color: #911EE6; }
a { background-color: rgb(145,30,230); }
div.DivClassName
{
background-color: #911EE6;
}
.BgClassName
{
background-color: #911EE6;
}
</style>
border-color css
<style>
span { border-color: #911EE6; }
span { border-color: rgb(145,30,230); }
td.TdClassName
{
border-color: #911EE6;
}
.TagClassName
{
border-color: #911EE6;
}
</style>