Shades of Blue Violet #892EEF
Tints of Blue Violet #892EEF
RGB
CMYK
RGB Variations
Color information
#892EEF (or 0x892EEF) is known color: Blue Violet. HEX triplet: 89, 2E and EF. RGB value is (137,46,239). Sum of RGB (Red+Green+Blue) = 137+46+239=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #892EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892EEF is #76D110. Grayscale: #5E5E5E. Windows color (decimal): -7786769 or 15675017. OLE color: 15675017.
HSL color Cylindrical-coordinate representation of color #892EEF: hue angle of 268.29º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #892EEF is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 46 | 239 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.06 |
| HSL | 268.29º | 0.86% | 0.56% | - |
| HSV(B) | 268.29º | 0.81% | 0.94% | - |
| XYZ | 26.87 | 13.5 | 82.85 | - |
| YUV | 95.21 | 209.15 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 239 | 0.43 | 0.81 | 0 | 0.06 | 268.29 | 0.86 | 0.56 |
| Hex | 89 | 2E | EF | 2B | 51 | 0 | 6 | 10C | 56 | 38 |
| Octal | 211 | 56 | 357 | 53 | 121 | 0 | 6 | 414 | 126 | 70 |
| Binary | 10001001 | 101110 | 11101111 | 101011 | 1010001 | 0 | 110 | 100001100 | 1010110 | 111000 |
Color Harmonies of #892EEF
Complementary color
Monochromatic Colors of #892EEF
Black with #892EEF
Text Example
Text Example
White with #892EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892EEF; }
p { color: rgb(137,46,239); }
H1.HeaderClassName
{
color: #892EEF;
}
.AnyTagClassName
{
color: #892EEF;
}
</style>
background-color css
<style>
a { background-color: #892EEF; }
a { background-color: rgb(137,46,239); }
div.DivClassName
{
background-color: #892EEF;
}
.BgClassName
{
background-color: #892EEF;
}
</style>
border-color css
<style>
span { border-color: #892EEF; }
span { border-color: rgb(137,46,239); }
td.TdClassName
{
border-color: #892EEF;
}
.TagClassName
{
border-color: #892EEF;
}
</style>