Shades of Blue Violet #914CEB
Tints of Blue Violet #914CEB
RGB
CMYK
RGB Variations
Color information
#914CEB (or 0x914CEB) is known color: Blue Violet. HEX triplet: 91, 4C and EB. RGB value is (145,76,235). Sum of RGB (Red+Green+Blue) = 145+76+235=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #914CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914CEB is #6EB314. Grayscale: #727272. Windows color (decimal): -7254805 or 15420561. OLE color: 15420561.
HSL color Cylindrical-coordinate representation of color #914CEB: hue angle of 266.04º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #914CEB is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 76 | 235 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.08 |
| HSL | 266.04º | 0.8% | 0.61% | - |
| HSV(B) | 266.04º | 0.68% | 0.92% | - |
| XYZ | 29.26 | 17.19 | 80.37 | - |
| YUV | 114.76 | 195.86 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 235 | 0.38 | 0.68 | 0 | 0.08 | 266.04 | 0.8 | 0.61 |
| Hex | 91 | 4C | EB | 26 | 44 | 0 | 8 | 10A | 50 | 3D |
| Octal | 221 | 114 | 353 | 46 | 104 | 0 | 10 | 412 | 120 | 75 |
| Binary | 10010001 | 1001100 | 11101011 | 100110 | 1000100 | 0 | 1000 | 100001010 | 1010000 | 111101 |
Color Harmonies of #914CEB
Complementary color
Monochromatic Colors of #914CEB
Black with #914CEB
Text Example
Text Example
White with #914CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CEB; }
p { color: rgb(145,76,235); }
H1.HeaderClassName
{
color: #914CEB;
}
.AnyTagClassName
{
color: #914CEB;
}
</style>
background-color css
<style>
a { background-color: #914CEB; }
a { background-color: rgb(145,76,235); }
div.DivClassName
{
background-color: #914CEB;
}
.BgClassName
{
background-color: #914CEB;
}
</style>
border-color css
<style>
span { border-color: #914CEB; }
span { border-color: rgb(145,76,235); }
td.TdClassName
{
border-color: #914CEB;
}
.TagClassName
{
border-color: #914CEB;
}
</style>