Shades of Blue Violet #892EF8
Tints of Blue Violet #892EF8
RGB
CMYK
RGB Variations
Color information
#892EF8 (or 0x892EF8) is known color: Blue Violet. HEX triplet: 89, 2E and F8. RGB value is (137,46,248). Sum of RGB (Red+Green+Blue) = 137+46+248=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 248 (97.27% from 255 or 57.54% from 431); Max value from RGB is 248 - color contains mainly: blue. Hex color #892EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892EF8 is #76D107. Grayscale: #5F5F5F. Windows color (decimal): -7786760 or 16264841. OLE color: 16264841.
HSL color Cylindrical-coordinate representation of color #892EF8: hue angle of 267.03º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #892EF8 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 46 | 248 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.03 |
| HSL | 267.03º | 0.94% | 0.58% | - |
| HSV(B) | 267.03º | 0.81% | 0.97% | - |
| XYZ | 28.24 | 14.05 | 90.03 | - |
| YUV | 96.24 | 213.65 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 248 | 0.45 | 0.81 | 0 | 0.03 | 267.03 | 0.94 | 0.58 |
| Hex | 89 | 2E | F8 | 2D | 51 | 0 | 3 | 10B | 5E | 3A |
| Octal | 211 | 56 | 370 | 55 | 121 | 0 | 3 | 413 | 136 | 72 |
| Binary | 10001001 | 101110 | 11111000 | 101101 | 1010001 | 0 | 11 | 100001011 | 1011110 | 111010 |
Color Harmonies of #892EF8
Complementary color
Monochromatic Colors of #892EF8
Black with #892EF8
Text Example
Text Example
White with #892EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892EF8; }
p { color: rgb(137,46,248); }
H1.HeaderClassName
{
color: #892EF8;
}
.AnyTagClassName
{
color: #892EF8;
}
</style>
background-color css
<style>
a { background-color: #892EF8; }
a { background-color: rgb(137,46,248); }
div.DivClassName
{
background-color: #892EF8;
}
.BgClassName
{
background-color: #892EF8;
}
</style>
border-color css
<style>
span { border-color: #892EF8; }
span { border-color: rgb(137,46,248); }
td.TdClassName
{
border-color: #892EF8;
}
.TagClassName
{
border-color: #892EF8;
}
</style>