Shades of Blue Violet #914EF2
Tints of Blue Violet #914EF2
RGB
CMYK
RGB Variations
Color information
#914EF2 (or 0x914EF2) is known color: Blue Violet. HEX triplet: 91, 4E and F2. RGB value is (145,78,242). Sum of RGB (Red+Green+Blue) = 145+78+242=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #914EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914EF2 is #6EB10D. Grayscale: #747474. Windows color (decimal): -7254286 or 15879825. OLE color: 15879825.
HSL color Cylindrical-coordinate representation of color #914EF2: hue angle of 264.51º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #914EF2 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 78 | 242 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.05 |
| HSL | 264.51º | 0.86% | 0.63% | - |
| HSV(B) | 264.51º | 0.68% | 0.95% | - |
| XYZ | 30.43 | 17.88 | 85.85 | - |
| YUV | 116.73 | 198.7 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 242 | 0.40 | 0.68 | 0 | 0.05 | 264.51 | 0.86 | 0.63 |
| Hex | 91 | 4E | F2 | 28 | 44 | 0 | 5 | 109 | 56 | 3F |
| Octal | 221 | 116 | 362 | 50 | 104 | 0 | 5 | 411 | 126 | 77 |
| Binary | 10010001 | 1001110 | 11110010 | 101000 | 1000100 | 0 | 101 | 100001001 | 1010110 | 111111 |
Color Harmonies of #914EF2
Complementary color
Monochromatic Colors of #914EF2
Black with #914EF2
Text Example
Text Example
White with #914EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EF2; }
p { color: rgb(145,78,242); }
H1.HeaderClassName
{
color: #914EF2;
}
.AnyTagClassName
{
color: #914EF2;
}
</style>
background-color css
<style>
a { background-color: #914EF2; }
a { background-color: rgb(145,78,242); }
div.DivClassName
{
background-color: #914EF2;
}
.BgClassName
{
background-color: #914EF2;
}
</style>
border-color css
<style>
span { border-color: #914EF2; }
span { border-color: rgb(145,78,242); }
td.TdClassName
{
border-color: #914EF2;
}
.TagClassName
{
border-color: #914EF2;
}
</style>