Shades of Blue Violet #914BEC
Tints of Blue Violet #914BEC
RGB
CMYK
RGB Variations
Color information
#914BEC (or 0x914BEC) is known color: Blue Violet. HEX triplet: 91, 4B and EC. RGB value is (145,75,236). Sum of RGB (Red+Green+Blue) = 145+75+236=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #914BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914BEC is #6EB413. Grayscale: #717171. Windows color (decimal): -7255060 or 15485841. OLE color: 15485841.
HSL color Cylindrical-coordinate representation of color #914BEC: hue angle of 266.09º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #914BEC is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 75 | 236 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.07 |
| HSL | 266.09º | 0.81% | 0.61% | - |
| HSV(B) | 266.09º | 0.68% | 0.93% | - |
| XYZ | 29.33 | 17.11 | 81.11 | - |
| YUV | 114.28 | 196.69 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 236 | 0.39 | 0.68 | 0 | 0.07 | 266.09 | 0.81 | 0.61 |
| Hex | 91 | 4B | EC | 27 | 44 | 0 | 7 | 10A | 51 | 3D |
| Octal | 221 | 113 | 354 | 47 | 104 | 0 | 7 | 412 | 121 | 75 |
| Binary | 10010001 | 1001011 | 11101100 | 100111 | 1000100 | 0 | 111 | 100001010 | 1010001 | 111101 |
Color Harmonies of #914BEC
Complementary color
Monochromatic Colors of #914BEC
Black with #914BEC
Text Example
Text Example
White with #914BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BEC; }
p { color: rgb(145,75,236); }
H1.HeaderClassName
{
color: #914BEC;
}
.AnyTagClassName
{
color: #914BEC;
}
</style>
background-color css
<style>
a { background-color: #914BEC; }
a { background-color: rgb(145,75,236); }
div.DivClassName
{
background-color: #914BEC;
}
.BgClassName
{
background-color: #914BEC;
}
</style>
border-color css
<style>
span { border-color: #914BEC; }
span { border-color: rgb(145,75,236); }
td.TdClassName
{
border-color: #914BEC;
}
.TagClassName
{
border-color: #914BEC;
}
</style>