Shades of Blue Violet #892EDD
Tints of Blue Violet #892EDD
RGB
CMYK
RGB Variations
Color information
#892EDD (or 0x892EDD) is known color: Blue Violet. HEX triplet: 89, 2E and DD. RGB value is (137,46,221). Sum of RGB (Red+Green+Blue) = 137+46+221=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #892EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892EDD is #76D122. Grayscale: #5C5C5C. Windows color (decimal): -7786787 or 14495369. OLE color: 14495369.
HSL color Cylindrical-coordinate representation of color #892EDD: hue angle of 271.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #892EDD is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 46 | 221 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.13 |
| HSL | 271.2º | 0.72% | 0.52% | - |
| HSV(B) | 271.2º | 0.79% | 0.87% | - |
| XYZ | 24.34 | 12.49 | 69.53 | - |
| YUV | 93.16 | 200.15 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 221 | 0.38 | 0.79 | 0 | 0.13 | 271.2 | 0.72 | 0.52 |
| Hex | 89 | 2E | DD | 26 | 4F | 0 | D | 10F | 48 | 34 |
| Octal | 211 | 56 | 335 | 46 | 117 | 0 | 15 | 417 | 110 | 64 |
| Binary | 10001001 | 101110 | 11011101 | 100110 | 1001111 | 0 | 1101 | 100001111 | 1001000 | 110100 |
Color Harmonies of #892EDD
Complementary color
Monochromatic Colors of #892EDD
Black with #892EDD
Text Example
Text Example
White with #892EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892EDD; }
p { color: rgb(137,46,221); }
H1.HeaderClassName
{
color: #892EDD;
}
.AnyTagClassName
{
color: #892EDD;
}
</style>
background-color css
<style>
a { background-color: #892EDD; }
a { background-color: rgb(137,46,221); }
div.DivClassName
{
background-color: #892EDD;
}
.BgClassName
{
background-color: #892EDD;
}
</style>
border-color css
<style>
span { border-color: #892EDD; }
span { border-color: rgb(137,46,221); }
td.TdClassName
{
border-color: #892EDD;
}
.TagClassName
{
border-color: #892EDD;
}
</style>