Shades of Blue Violet #893EDD
Tints of Blue Violet #893EDD
RGB
CMYK
RGB Variations
Color information
#893EDD (or 0x893EDD) is known color: Blue Violet. HEX triplet: 89, 3E and DD. RGB value is (137,62,221). Sum of RGB (Red+Green+Blue) = 137+62+221=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #893EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893EDD is #76C122. Grayscale: #656565. Windows color (decimal): -7782691 or 14499465. OLE color: 14499465.
HSL color Cylindrical-coordinate representation of color #893EDD: hue angle of 268.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893EDD is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 62 | 221 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.13 |
| HSL | 268.3º | 0.7% | 0.55% | - |
| HSV(B) | 268.3º | 0.72% | 0.87% | - |
| XYZ | 25.09 | 13.98 | 69.78 | - |
| YUV | 102.55 | 194.85 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 221 | 0.38 | 0.72 | 0 | 0.13 | 268.3 | 0.7 | 0.55 |
| Hex | 89 | 3E | DD | 26 | 48 | 0 | D | 10C | 46 | 37 |
| Octal | 211 | 76 | 335 | 46 | 110 | 0 | 15 | 414 | 106 | 67 |
| Binary | 10001001 | 111110 | 11011101 | 100110 | 1001000 | 0 | 1101 | 100001100 | 1000110 | 110111 |
Color Harmonies of #893EDD
Complementary color
Monochromatic Colors of #893EDD
Black with #893EDD
Text Example
Text Example
White with #893EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893EDD; }
p { color: rgb(137,62,221); }
H1.HeaderClassName
{
color: #893EDD;
}
.AnyTagClassName
{
color: #893EDD;
}
</style>
background-color css
<style>
a { background-color: #893EDD; }
a { background-color: rgb(137,62,221); }
div.DivClassName
{
background-color: #893EDD;
}
.BgClassName
{
background-color: #893EDD;
}
</style>
border-color css
<style>
span { border-color: #893EDD; }
span { border-color: rgb(137,62,221); }
td.TdClassName
{
border-color: #893EDD;
}
.TagClassName
{
border-color: #893EDD;
}
</style>