Shades of Blue Violet #914CEF
Tints of Blue Violet #914CEF
RGB
CMYK
RGB Variations
Color information
#914CEF (or 0x914CEF) is known color: Blue Violet. HEX triplet: 91, 4C and EF. RGB value is (145,76,239). Sum of RGB (Red+Green+Blue) = 145+76+239=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #914CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914CEF is #6EB310. Grayscale: #727272. Windows color (decimal): -7254801 or 15682705. OLE color: 15682705.
HSL color Cylindrical-coordinate representation of color #914CEF: hue angle of 265.4º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #914CEF is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 76 | 239 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.06 |
| HSL | 265.4º | 0.84% | 0.62% | - |
| HSV(B) | 265.4º | 0.68% | 0.94% | - |
| XYZ | 29.84 | 17.42 | 83.45 | - |
| YUV | 115.21 | 197.86 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 239 | 0.39 | 0.68 | 0 | 0.06 | 265.4 | 0.84 | 0.62 |
| Hex | 91 | 4C | EF | 27 | 44 | 0 | 6 | 109 | 54 | 3E |
| Octal | 221 | 114 | 357 | 47 | 104 | 0 | 6 | 411 | 124 | 76 |
| Binary | 10010001 | 1001100 | 11101111 | 100111 | 1000100 | 0 | 110 | 100001001 | 1010100 | 111110 |
Color Harmonies of #914CEF
Complementary color
Monochromatic Colors of #914CEF
Black with #914CEF
Text Example
Text Example
White with #914CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CEF; }
p { color: rgb(145,76,239); }
H1.HeaderClassName
{
color: #914CEF;
}
.AnyTagClassName
{
color: #914CEF;
}
</style>
background-color css
<style>
a { background-color: #914CEF; }
a { background-color: rgb(145,76,239); }
div.DivClassName
{
background-color: #914CEF;
}
.BgClassName
{
background-color: #914CEF;
}
</style>
border-color css
<style>
span { border-color: #914CEF; }
span { border-color: rgb(145,76,239); }
td.TdClassName
{
border-color: #914CEF;
}
.TagClassName
{
border-color: #914CEF;
}
</style>