Shades of Blue Violet #914EEC
Tints of Blue Violet #914EEC
RGB
CMYK
RGB Variations
Color information
#914EEC (or 0x914EEC) is known color: Blue Violet. HEX triplet: 91, 4E and EC. RGB value is (145,78,236). Sum of RGB (Red+Green+Blue) = 145+78+236=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #914EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914EEC is #6EB113. Grayscale: #737373. Windows color (decimal): -7254292 or 15486609. OLE color: 15486609.
HSL color Cylindrical-coordinate representation of color #914EEC: hue angle of 265.44º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #914EEC is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 78 | 236 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.07 |
| HSL | 265.44º | 0.81% | 0.62% | - |
| HSV(B) | 265.44º | 0.67% | 0.93% | - |
| XYZ | 29.54 | 17.52 | 81.18 | - |
| YUV | 116.05 | 195.7 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 236 | 0.39 | 0.67 | 0 | 0.07 | 265.44 | 0.81 | 0.62 |
| Hex | 91 | 4E | EC | 27 | 43 | 0 | 7 | 109 | 51 | 3E |
| Octal | 221 | 116 | 354 | 47 | 103 | 0 | 7 | 411 | 121 | 76 |
| Binary | 10010001 | 1001110 | 11101100 | 100111 | 1000011 | 0 | 111 | 100001001 | 1010001 | 111110 |
Color Harmonies of #914EEC
Complementary color
Monochromatic Colors of #914EEC
Black with #914EEC
Text Example
Text Example
White with #914EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EEC; }
p { color: rgb(145,78,236); }
H1.HeaderClassName
{
color: #914EEC;
}
.AnyTagClassName
{
color: #914EEC;
}
</style>
background-color css
<style>
a { background-color: #914EEC; }
a { background-color: rgb(145,78,236); }
div.DivClassName
{
background-color: #914EEC;
}
.BgClassName
{
background-color: #914EEC;
}
</style>
border-color css
<style>
span { border-color: #914EEC; }
span { border-color: rgb(145,78,236); }
td.TdClassName
{
border-color: #914EEC;
}
.TagClassName
{
border-color: #914EEC;
}
</style>