Shades of Blue Violet #892BE0
Tints of Blue Violet #892BE0
RGB
CMYK
RGB Variations
Color information
#892BE0 (or 0x892BE0) is known color: Blue Violet. HEX triplet: 89, 2B and E0. RGB value is (137,43,224). Sum of RGB (Red+Green+Blue) = 137+43+224=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #892BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BE0 is #76D41F. Grayscale: #5B5B5B. Windows color (decimal): -7787552 or 14691209. OLE color: 14691209.
HSL color Cylindrical-coordinate representation of color #892BE0: hue angle of 271.16º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #892BE0 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 43 | 224 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.12 |
| HSL | 271.16º | 0.74% | 0.52% | - |
| HSV(B) | 271.16º | 0.81% | 0.88% | - |
| XYZ | 24.63 | 12.43 | 71.62 | - |
| YUV | 91.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 224 | 0.39 | 0.81 | 0 | 0.12 | 271.16 | 0.74 | 0.52 |
| Hex | 89 | 2B | E0 | 27 | 51 | 0 | C | 10F | 4A | 34 |
| Octal | 211 | 53 | 340 | 47 | 121 | 0 | 14 | 417 | 112 | 64 |
| Binary | 10001001 | 101011 | 11100000 | 100111 | 1010001 | 0 | 1100 | 100001111 | 1001010 | 110100 |
Color Harmonies of #892BE0
Complementary color
Monochromatic Colors of #892BE0
Black with #892BE0
Text Example
Text Example
White with #892BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892BE0; }
p { color: rgb(137,43,224); }
H1.HeaderClassName
{
color: #892BE0;
}
.AnyTagClassName
{
color: #892BE0;
}
</style>
background-color css
<style>
a { background-color: #892BE0; }
a { background-color: rgb(137,43,224); }
div.DivClassName
{
background-color: #892BE0;
}
.BgClassName
{
background-color: #892BE0;
}
</style>
border-color css
<style>
span { border-color: #892BE0; }
span { border-color: rgb(137,43,224); }
td.TdClassName
{
border-color: #892BE0;
}
.TagClassName
{
border-color: #892BE0;
}
</style>