Shades of Blue Violet #891FE0
Tints of Blue Violet #891FE0
RGB
CMYK
RGB Variations
Color information
#891FE0 (or 0x891FE0) is known color: Blue Violet. HEX triplet: 89, 1F and E0. RGB value is (137,31,224). Sum of RGB (Red+Green+Blue) = 137+31+224=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #891FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891FE0 is #76E01F. Grayscale: #545454. Windows color (decimal): -7790624 or 14688137. OLE color: 14688137.
HSL color Cylindrical-coordinate representation of color #891FE0: hue angle of 272.95º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891FE0 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 31 | 224 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.12 |
| HSL | 272.95º | 0.76% | 0.5% | - |
| HSV(B) | 272.95º | 0.86% | 0.88% | - |
| XYZ | 24.26 | 11.68 | 71.5 | - |
| YUV | 84.7 | 206.62 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 224 | 0.39 | 0.86 | 0 | 0.12 | 272.95 | 0.76 | 0.5 |
| Hex | 89 | 1F | E0 | 27 | 56 | 0 | C | 111 | 4C | 32 |
| Octal | 211 | 37 | 340 | 47 | 126 | 0 | 14 | 421 | 114 | 62 |
| Binary | 10001001 | 11111 | 11100000 | 100111 | 1010110 | 0 | 1100 | 100010001 | 1001100 | 110010 |
Color Harmonies of #891FE0
Complementary color
Monochromatic Colors of #891FE0
Black with #891FE0
Text Example
Text Example
White with #891FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891FE0; }
p { color: rgb(137,31,224); }
H1.HeaderClassName
{
color: #891FE0;
}
.AnyTagClassName
{
color: #891FE0;
}
</style>
background-color css
<style>
a { background-color: #891FE0; }
a { background-color: rgb(137,31,224); }
div.DivClassName
{
background-color: #891FE0;
}
.BgClassName
{
background-color: #891FE0;
}
</style>
border-color css
<style>
span { border-color: #891FE0; }
span { border-color: rgb(137,31,224); }
td.TdClassName
{
border-color: #891FE0;
}
.TagClassName
{
border-color: #891FE0;
}
</style>