Shades of Blue Violet #892CEF
Tints of Blue Violet #892CEF
RGB
CMYK
RGB Variations
Color information
#892CEF (or 0x892CEF) is known color: Blue Violet. HEX triplet: 89, 2C and EF. RGB value is (137,44,239). Sum of RGB (Red+Green+Blue) = 137+44+239=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #892CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892CEF is #76D310. Grayscale: #5D5D5D. Windows color (decimal): -7787281 or 15674505. OLE color: 15674505.
HSL color Cylindrical-coordinate representation of color #892CEF: hue angle of 268.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #892CEF is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 44 | 239 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.06 |
| HSL | 268.62º | 0.86% | 0.55% | - |
| HSV(B) | 268.62º | 0.82% | 0.94% | - |
| XYZ | 26.8 | 13.35 | 82.83 | - |
| YUV | 94.04 | 209.81 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 239 | 0.43 | 0.82 | 0 | 0.06 | 268.62 | 0.86 | 0.55 |
| Hex | 89 | 2C | EF | 2B | 52 | 0 | 6 | 10D | 56 | 37 |
| Octal | 211 | 54 | 357 | 53 | 122 | 0 | 6 | 415 | 126 | 67 |
| Binary | 10001001 | 101100 | 11101111 | 101011 | 1010010 | 0 | 110 | 100001101 | 1010110 | 110111 |
Color Harmonies of #892CEF
Complementary color
Monochromatic Colors of #892CEF
Black with #892CEF
Text Example
Text Example
White with #892CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892CEF; }
p { color: rgb(137,44,239); }
H1.HeaderClassName
{
color: #892CEF;
}
.AnyTagClassName
{
color: #892CEF;
}
</style>
background-color css
<style>
a { background-color: #892CEF; }
a { background-color: rgb(137,44,239); }
div.DivClassName
{
background-color: #892CEF;
}
.BgClassName
{
background-color: #892CEF;
}
</style>
border-color css
<style>
span { border-color: #892CEF; }
span { border-color: rgb(137,44,239); }
td.TdClassName
{
border-color: #892CEF;
}
.TagClassName
{
border-color: #892CEF;
}
</style>