Shades of Blue Violet #914EEA
Tints of Blue Violet #914EEA
RGB
CMYK
RGB Variations
Color information
#914EEA (or 0x914EEA) is known color: Blue Violet. HEX triplet: 91, 4E and EA. RGB value is (145,78,234). Sum of RGB (Red+Green+Blue) = 145+78+234=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #914EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914EEA is #6EB115. Grayscale: #737373. Windows color (decimal): -7254294 or 15355537. OLE color: 15355537.
HSL color Cylindrical-coordinate representation of color #914EEA: hue angle of 265.77º degrees, saturation: 0.79, 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 #914EEA is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 78 | 234 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.08 |
| HSL | 265.77º | 0.79% | 0.61% | - |
| HSV(B) | 265.77º | 0.67% | 0.92% | - |
| XYZ | 29.25 | 17.41 | 79.66 | - |
| YUV | 115.82 | 194.7 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 234 | 0.38 | 0.67 | 0 | 0.08 | 265.77 | 0.79 | 0.61 |
| Hex | 91 | 4E | EA | 26 | 43 | 0 | 8 | 10A | 4F | 3D |
| Octal | 221 | 116 | 352 | 46 | 103 | 0 | 10 | 412 | 117 | 75 |
| Binary | 10010001 | 1001110 | 11101010 | 100110 | 1000011 | 0 | 1000 | 100001010 | 1001111 | 111101 |
Color Harmonies of #914EEA
Complementary color
Monochromatic Colors of #914EEA
Black with #914EEA
Text Example
Text Example
White with #914EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EEA; }
p { color: rgb(145,78,234); }
H1.HeaderClassName
{
color: #914EEA;
}
.AnyTagClassName
{
color: #914EEA;
}
</style>
background-color css
<style>
a { background-color: #914EEA; }
a { background-color: rgb(145,78,234); }
div.DivClassName
{
background-color: #914EEA;
}
.BgClassName
{
background-color: #914EEA;
}
</style>
border-color css
<style>
span { border-color: #914EEA; }
span { border-color: rgb(145,78,234); }
td.TdClassName
{
border-color: #914EEA;
}
.TagClassName
{
border-color: #914EEA;
}
</style>