Shades of Blue Violet #892ADE
Tints of Blue Violet #892ADE
RGB
CMYK
RGB Variations
Color information
#892ADE (or 0x892ADE) is known color: Blue Violet. HEX triplet: 89, 2A and DE. RGB value is (137,42,222). Sum of RGB (Red+Green+Blue) = 137+42+222=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #892ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ADE is #76D521. Grayscale: #5A5A5A. Windows color (decimal): -7787810 or 14559881. OLE color: 14559881.
HSL color Cylindrical-coordinate representation of color #892ADE: hue angle of 271.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #892ADE is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 42 | 222 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.13 |
| HSL | 271.67º | 0.73% | 0.52% | - |
| HSV(B) | 271.67º | 0.81% | 0.87% | - |
| XYZ | 24.33 | 12.25 | 70.19 | - |
| YUV | 90.93 | 201.97 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 222 | 0.38 | 0.81 | 0 | 0.13 | 271.67 | 0.73 | 0.52 |
| Hex | 89 | 2A | DE | 26 | 51 | 0 | D | 110 | 49 | 34 |
| Octal | 211 | 52 | 336 | 46 | 121 | 0 | 15 | 420 | 111 | 64 |
| Binary | 10001001 | 101010 | 11011110 | 100110 | 1010001 | 0 | 1101 | 100010000 | 1001001 | 110100 |
Color Harmonies of #892ADE
Complementary color
Monochromatic Colors of #892ADE
Black with #892ADE
Text Example
Text Example
White with #892ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892ADE; }
p { color: rgb(137,42,222); }
H1.HeaderClassName
{
color: #892ADE;
}
.AnyTagClassName
{
color: #892ADE;
}
</style>
background-color css
<style>
a { background-color: #892ADE; }
a { background-color: rgb(137,42,222); }
div.DivClassName
{
background-color: #892ADE;
}
.BgClassName
{
background-color: #892ADE;
}
</style>
border-color css
<style>
span { border-color: #892ADE; }
span { border-color: rgb(137,42,222); }
td.TdClassName
{
border-color: #892ADE;
}
.TagClassName
{
border-color: #892ADE;
}
</style>