Shades of Blue Violet #892FEB
Tints of Blue Violet #892FEB
RGB
CMYK
RGB Variations
Color information
#892FEB (or 0x892FEB) is known color: Blue Violet. HEX triplet: 89, 2F and EB. RGB value is (137,47,235). Sum of RGB (Red+Green+Blue) = 137+47+235=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #892FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892FEB is #76D014. Grayscale: #5E5E5E. Windows color (decimal): -7786517 or 15413129. OLE color: 15413129.
HSL color Cylindrical-coordinate representation of color #892FEB: hue angle of 268.72º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #892FEB is Cyan = 0.42, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 47 | 235 | - |
| CMYK | 0.42 | 0.8 | 0 | 0.08 |
| HSL | 268.72º | 0.82% | 0.55% | - |
| HSV(B) | 268.72º | 0.8% | 0.92% | - |
| XYZ | 26.33 | 13.35 | 79.79 | - |
| YUV | 95.34 | 206.82 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 235 | 0.42 | 0.8 | 0 | 0.08 | 268.72 | 0.82 | 0.55 |
| Hex | 89 | 2F | EB | 2A | 50 | 0 | 8 | 10D | 52 | 37 |
| Octal | 211 | 57 | 353 | 52 | 120 | 0 | 10 | 415 | 122 | 67 |
| Binary | 10001001 | 101111 | 11101011 | 101010 | 1010000 | 0 | 1000 | 100001101 | 1010010 | 110111 |
Color Harmonies of #892FEB
Complementary color
Monochromatic Colors of #892FEB
Black with #892FEB
Text Example
Text Example
White with #892FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892FEB; }
p { color: rgb(137,47,235); }
H1.HeaderClassName
{
color: #892FEB;
}
.AnyTagClassName
{
color: #892FEB;
}
</style>
background-color css
<style>
a { background-color: #892FEB; }
a { background-color: rgb(137,47,235); }
div.DivClassName
{
background-color: #892FEB;
}
.BgClassName
{
background-color: #892FEB;
}
</style>
border-color css
<style>
span { border-color: #892FEB; }
span { border-color: rgb(137,47,235); }
td.TdClassName
{
border-color: #892FEB;
}
.TagClassName
{
border-color: #892FEB;
}
</style>