Shades of Blue Violet #892BEF
Tints of Blue Violet #892BEF
RGB
CMYK
RGB Variations
Color information
#892BEF (or 0x892BEF) is known color: Blue Violet. HEX triplet: 89, 2B and EF. RGB value is (137,43,239). Sum of RGB (Red+Green+Blue) = 137+43+239=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #892BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892BEF is #76D410. Grayscale: #5C5C5C. Windows color (decimal): -7787537 or 15674249. OLE color: 15674249.
HSL color Cylindrical-coordinate representation of color #892BEF: hue angle of 268.78º 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 #892BEF is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 43 | 239 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.06 |
| HSL | 268.78º | 0.86% | 0.55% | - |
| HSV(B) | 268.78º | 0.82% | 0.94% | - |
| XYZ | 26.76 | 13.28 | 82.81 | - |
| YUV | 93.45 | 210.14 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 239 | 0.43 | 0.82 | 0 | 0.06 | 268.78 | 0.86 | 0.55 |
| Hex | 89 | 2B | EF | 2B | 52 | 0 | 6 | 10D | 56 | 37 |
| Octal | 211 | 53 | 357 | 53 | 122 | 0 | 6 | 415 | 126 | 67 |
| Binary | 10001001 | 101011 | 11101111 | 101011 | 1010010 | 0 | 110 | 100001101 | 1010110 | 110111 |
Color Harmonies of #892BEF
Complementary color
Monochromatic Colors of #892BEF
Black with #892BEF
Text Example
Text Example
White with #892BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892BEF; }
p { color: rgb(137,43,239); }
H1.HeaderClassName
{
color: #892BEF;
}
.AnyTagClassName
{
color: #892BEF;
}
</style>
background-color css
<style>
a { background-color: #892BEF; }
a { background-color: rgb(137,43,239); }
div.DivClassName
{
background-color: #892BEF;
}
.BgClassName
{
background-color: #892BEF;
}
</style>
border-color css
<style>
span { border-color: #892BEF; }
span { border-color: rgb(137,43,239); }
td.TdClassName
{
border-color: #892BEF;
}
.TagClassName
{
border-color: #892BEF;
}
</style>