Shades of Blue Violet #914BE0
Tints of Blue Violet #914BE0
RGB
CMYK
RGB Variations
Color information
#914BE0 (or 0x914BE0) is known color: Blue Violet. HEX triplet: 91, 4B and E0. RGB value is (145,75,224). Sum of RGB (Red+Green+Blue) = 145+75+224=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #914BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BE0 is #6EB41F. Grayscale: #707070. Windows color (decimal): -7255072 or 14699409. OLE color: 14699409.
HSL color Cylindrical-coordinate representation of color #914BE0: hue angle of 268.19º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #914BE0 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 75 | 224 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.12 |
| HSL | 268.19º | 0.71% | 0.59% | - |
| HSV(B) | 268.19º | 0.67% | 0.88% | - |
| XYZ | 27.65 | 16.43 | 72.24 | - |
| YUV | 112.92 | 190.69 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 224 | 0.35 | 0.67 | 0 | 0.12 | 268.19 | 0.71 | 0.59 |
| Hex | 91 | 4B | E0 | 23 | 43 | 0 | C | 10C | 47 | 3B |
| Octal | 221 | 113 | 340 | 43 | 103 | 0 | 14 | 414 | 107 | 73 |
| Binary | 10010001 | 1001011 | 11100000 | 100011 | 1000011 | 0 | 1100 | 100001100 | 1000111 | 111011 |
Color Harmonies of #914BE0
Complementary color
Monochromatic Colors of #914BE0
Black with #914BE0
Text Example
Text Example
White with #914BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914BE0; }
p { color: rgb(145,75,224); }
H1.HeaderClassName
{
color: #914BE0;
}
.AnyTagClassName
{
color: #914BE0;
}
</style>
background-color css
<style>
a { background-color: #914BE0; }
a { background-color: rgb(145,75,224); }
div.DivClassName
{
background-color: #914BE0;
}
.BgClassName
{
background-color: #914BE0;
}
</style>
border-color css
<style>
span { border-color: #914BE0; }
span { border-color: rgb(145,75,224); }
td.TdClassName
{
border-color: #914BE0;
}
.TagClassName
{
border-color: #914BE0;
}
</style>