Shades of Blue Violet #894ADD
Tints of Blue Violet #894ADD
RGB
CMYK
RGB Variations
Color information
#894ADD (or 0x894ADD) is known color: Blue Violet. HEX triplet: 89, 4A and DD. RGB value is (137,74,221). Sum of RGB (Red+Green+Blue) = 137+74+221=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #894ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894ADD is #76B522. Grayscale: #6D6D6D. Windows color (decimal): -7779619 or 14502537. OLE color: 14502537.
HSL color Cylindrical-coordinate representation of color #894ADD: hue angle of 265.71º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #894ADD is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 74 | 221 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.13 |
| HSL | 265.71º | 0.68% | 0.58% | - |
| HSV(B) | 265.71º | 0.67% | 0.87% | - |
| XYZ | 25.82 | 15.44 | 70.03 | - |
| YUV | 109.6 | 190.87 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 221 | 0.38 | 0.67 | 0 | 0.13 | 265.71 | 0.68 | 0.58 |
| Hex | 89 | 4A | DD | 26 | 43 | 0 | D | 10A | 44 | 3A |
| Octal | 211 | 112 | 335 | 46 | 103 | 0 | 15 | 412 | 104 | 72 |
| Binary | 10001001 | 1001010 | 11011101 | 100110 | 1000011 | 0 | 1101 | 100001010 | 1000100 | 111010 |
Color Harmonies of #894ADD
Complementary color
Monochromatic Colors of #894ADD
Black with #894ADD
Text Example
Text Example
White with #894ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894ADD; }
p { color: rgb(137,74,221); }
H1.HeaderClassName
{
color: #894ADD;
}
.AnyTagClassName
{
color: #894ADD;
}
</style>
background-color css
<style>
a { background-color: #894ADD; }
a { background-color: rgb(137,74,221); }
div.DivClassName
{
background-color: #894ADD;
}
.BgClassName
{
background-color: #894ADD;
}
</style>
border-color css
<style>
span { border-color: #894ADD; }
span { border-color: rgb(137,74,221); }
td.TdClassName
{
border-color: #894ADD;
}
.TagClassName
{
border-color: #894ADD;
}
</style>