Shades of Blue Violet #892EDE
Tints of Blue Violet #892EDE
RGB
CMYK
RGB Variations
Color information
#892EDE (or 0x892EDE) is known color: Blue Violet. HEX triplet: 89, 2E and DE. RGB value is (137,46,222). Sum of RGB (Red+Green+Blue) = 137+46+222=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #892EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892EDE is #76D121. Grayscale: #5C5C5C. Windows color (decimal): -7786786 or 14560905. OLE color: 14560905.
HSL color Cylindrical-coordinate representation of color #892EDE: hue angle of 271.02º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #892EDE is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 46 | 222 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.13 |
| HSL | 271.02º | 0.73% | 0.53% | - |
| HSV(B) | 271.02º | 0.79% | 0.87% | - |
| XYZ | 24.48 | 12.55 | 70.24 | - |
| YUV | 93.27 | 200.65 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 222 | 0.38 | 0.79 | 0 | 0.13 | 271.02 | 0.73 | 0.53 |
| Hex | 89 | 2E | DE | 26 | 4F | 0 | D | 10F | 49 | 35 |
| Octal | 211 | 56 | 336 | 46 | 117 | 0 | 15 | 417 | 111 | 65 |
| Binary | 10001001 | 101110 | 11011110 | 100110 | 1001111 | 0 | 1101 | 100001111 | 1001001 | 110101 |
Color Harmonies of #892EDE
Complementary color
Monochromatic Colors of #892EDE
Black with #892EDE
Text Example
Text Example
White with #892EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892EDE; }
p { color: rgb(137,46,222); }
H1.HeaderClassName
{
color: #892EDE;
}
.AnyTagClassName
{
color: #892EDE;
}
</style>
background-color css
<style>
a { background-color: #892EDE; }
a { background-color: rgb(137,46,222); }
div.DivClassName
{
background-color: #892EDE;
}
.BgClassName
{
background-color: #892EDE;
}
</style>
border-color css
<style>
span { border-color: #892EDE; }
span { border-color: rgb(137,46,222); }
td.TdClassName
{
border-color: #892EDE;
}
.TagClassName
{
border-color: #892EDE;
}
</style>