Shades of Blue Violet #914EEB
Tints of Blue Violet #914EEB
RGB
CMYK
RGB Variations
Color information
#914EEB (or 0x914EEB) is known color: Blue Violet. HEX triplet: 91, 4E and EB. RGB value is (145,78,235). Sum of RGB (Red+Green+Blue) = 145+78+235=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #914EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914EEB is #6EB114. Grayscale: #737373. Windows color (decimal): -7254293 or 15421073. OLE color: 15421073.
HSL color Cylindrical-coordinate representation of color #914EEB: hue angle of 265.61º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #914EEB is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 78 | 235 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.08 |
| HSL | 265.61º | 0.8% | 0.61% | - |
| HSV(B) | 265.61º | 0.67% | 0.92% | - |
| XYZ | 29.4 | 17.47 | 80.42 | - |
| YUV | 115.93 | 195.2 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 235 | 0.38 | 0.67 | 0 | 0.08 | 265.61 | 0.8 | 0.61 |
| Hex | 91 | 4E | EB | 26 | 43 | 0 | 8 | 10A | 50 | 3D |
| Octal | 221 | 116 | 353 | 46 | 103 | 0 | 10 | 412 | 120 | 75 |
| Binary | 10010001 | 1001110 | 11101011 | 100110 | 1000011 | 0 | 1000 | 100001010 | 1010000 | 111101 |
Color Harmonies of #914EEB
Complementary color
Monochromatic Colors of #914EEB
Black with #914EEB
Text Example
Text Example
White with #914EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EEB; }
p { color: rgb(145,78,235); }
H1.HeaderClassName
{
color: #914EEB;
}
.AnyTagClassName
{
color: #914EEB;
}
</style>
background-color css
<style>
a { background-color: #914EEB; }
a { background-color: rgb(145,78,235); }
div.DivClassName
{
background-color: #914EEB;
}
.BgClassName
{
background-color: #914EEB;
}
</style>
border-color css
<style>
span { border-color: #914EEB; }
span { border-color: rgb(145,78,235); }
td.TdClassName
{
border-color: #914EEB;
}
.TagClassName
{
border-color: #914EEB;
}
</style>