Shades of Blue Violet #893BDB
Tints of Blue Violet #893BDB
RGB
CMYK
RGB Variations
Color information
#893BDB (or 0x893BDB) is known color: Blue Violet. HEX triplet: 89, 3B and DB. RGB value is (137,59,219). Sum of RGB (Red+Green+Blue) = 137+59+219=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #893BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BDB is #76C424. Grayscale: #646464. Windows color (decimal): -7783461 or 14367625. OLE color: 14367625.
HSL color Cylindrical-coordinate representation of color #893BDB: hue angle of 269.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #893BDB is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 59 | 219 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.14 |
| HSL | 269.25º | 0.69% | 0.55% | - |
| HSV(B) | 269.25º | 0.73% | 0.86% | - |
| XYZ | 24.67 | 13.56 | 68.34 | - |
| YUV | 100.56 | 194.84 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 219 | 0.37 | 0.73 | 0 | 0.14 | 269.25 | 0.69 | 0.55 |
| Hex | 89 | 3B | DB | 25 | 49 | 0 | E | 10D | 45 | 37 |
| Octal | 211 | 73 | 333 | 45 | 111 | 0 | 16 | 415 | 105 | 67 |
| Binary | 10001001 | 111011 | 11011011 | 100101 | 1001001 | 0 | 1110 | 100001101 | 1000101 | 110111 |
Color Harmonies of #893BDB
Complementary color
Monochromatic Colors of #893BDB
Black with #893BDB
Text Example
Text Example
White with #893BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BDB; }
p { color: rgb(137,59,219); }
H1.HeaderClassName
{
color: #893BDB;
}
.AnyTagClassName
{
color: #893BDB;
}
</style>
background-color css
<style>
a { background-color: #893BDB; }
a { background-color: rgb(137,59,219); }
div.DivClassName
{
background-color: #893BDB;
}
.BgClassName
{
background-color: #893BDB;
}
</style>
border-color css
<style>
span { border-color: #893BDB; }
span { border-color: rgb(137,59,219); }
td.TdClassName
{
border-color: #893BDB;
}
.TagClassName
{
border-color: #893BDB;
}
</style>