Shades of Blue Violet #892BEE
Tints of Blue Violet #892BEE
RGB
CMYK
RGB Variations
Color information
#892BEE (or 0x892BEE) is known color: Blue Violet. HEX triplet: 89, 2B and EE. RGB value is (137,43,238). Sum of RGB (Red+Green+Blue) = 137+43+238=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #892BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892BEE is #76D411. Grayscale: #5C5C5C. Windows color (decimal): -7787538 or 15608713. OLE color: 15608713.
HSL color Cylindrical-coordinate representation of color #892BEE: hue angle of 268.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #892BEE is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 43 | 238 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.07 |
| HSL | 268.92º | 0.85% | 0.55% | - |
| HSV(B) | 268.92º | 0.82% | 0.93% | - |
| XYZ | 26.61 | 13.22 | 82.04 | - |
| YUV | 93.34 | 209.64 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 238 | 0.42 | 0.82 | 0 | 0.07 | 268.92 | 0.85 | 0.55 |
| Hex | 89 | 2B | EE | 2A | 52 | 0 | 7 | 10D | 55 | 37 |
| Octal | 211 | 53 | 356 | 52 | 122 | 0 | 7 | 415 | 125 | 67 |
| Binary | 10001001 | 101011 | 11101110 | 101010 | 1010010 | 0 | 111 | 100001101 | 1010101 | 110111 |
Color Harmonies of #892BEE
Complementary color
Monochromatic Colors of #892BEE
Black with #892BEE
Text Example
Text Example
White with #892BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892BEE; }
p { color: rgb(137,43,238); }
H1.HeaderClassName
{
color: #892BEE;
}
.AnyTagClassName
{
color: #892BEE;
}
</style>
background-color css
<style>
a { background-color: #892BEE; }
a { background-color: rgb(137,43,238); }
div.DivClassName
{
background-color: #892BEE;
}
.BgClassName
{
background-color: #892BEE;
}
</style>
border-color css
<style>
span { border-color: #892BEE; }
span { border-color: rgb(137,43,238); }
td.TdClassName
{
border-color: #892BEE;
}
.TagClassName
{
border-color: #892BEE;
}
</style>