Shades of Blue Violet #894BDB
Tints of Blue Violet #894BDB
RGB
CMYK
RGB Variations
Color information
#894BDB (or 0x894BDB) is known color: Blue Violet. HEX triplet: 89, 4B and DB. RGB value is (137,75,219). Sum of RGB (Red+Green+Blue) = 137+75+219=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #894BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894BDB is #76B424. Grayscale: #6D6D6D. Windows color (decimal): -7779365 or 14371721. OLE color: 14371721.
HSL color Cylindrical-coordinate representation of color #894BDB: hue angle of 265.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894BDB is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 75 | 219 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.14 |
| HSL | 265.83º | 0.67% | 0.58% | - |
| HSV(B) | 265.83º | 0.66% | 0.86% | - |
| XYZ | 25.62 | 15.46 | 68.65 | - |
| YUV | 109.95 | 189.54 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 219 | 0.37 | 0.66 | 0 | 0.14 | 265.83 | 0.67 | 0.58 |
| Hex | 89 | 4B | DB | 25 | 42 | 0 | E | 10A | 43 | 3A |
| Octal | 211 | 113 | 333 | 45 | 102 | 0 | 16 | 412 | 103 | 72 |
| Binary | 10001001 | 1001011 | 11011011 | 100101 | 1000010 | 0 | 1110 | 100001010 | 1000011 | 111010 |
Color Harmonies of #894BDB
Complementary color
Monochromatic Colors of #894BDB
Black with #894BDB
Text Example
Text Example
White with #894BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894BDB; }
p { color: rgb(137,75,219); }
H1.HeaderClassName
{
color: #894BDB;
}
.AnyTagClassName
{
color: #894BDB;
}
</style>
background-color css
<style>
a { background-color: #894BDB; }
a { background-color: rgb(137,75,219); }
div.DivClassName
{
background-color: #894BDB;
}
.BgClassName
{
background-color: #894BDB;
}
</style>
border-color css
<style>
span { border-color: #894BDB; }
span { border-color: rgb(137,75,219); }
td.TdClassName
{
border-color: #894BDB;
}
.TagClassName
{
border-color: #894BDB;
}
</style>