Shades of Blue Violet #893EDA
Tints of Blue Violet #893EDA
RGB
CMYK
RGB Variations
Color information
#893EDA (or 0x893EDA) is known color: Blue Violet. HEX triplet: 89, 3E and DA. RGB value is (137,62,218). Sum of RGB (Red+Green+Blue) = 137+62+218=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #893EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893EDA is #76C125. Grayscale: #656565. Windows color (decimal): -7782694 or 14302857. OLE color: 14302857.
HSL color Cylindrical-coordinate representation of color #893EDA: hue angle of 268.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893EDA is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 62 | 218 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.15 |
| HSL | 268.85º | 0.68% | 0.55% | - |
| HSV(B) | 268.85º | 0.72% | 0.85% | - |
| XYZ | 24.69 | 13.83 | 67.7 | - |
| YUV | 102.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 218 | 0.37 | 0.72 | 0 | 0.15 | 268.85 | 0.68 | 0.55 |
| Hex | 89 | 3E | DA | 25 | 48 | 0 | F | 10D | 44 | 37 |
| Octal | 211 | 76 | 332 | 45 | 110 | 0 | 17 | 415 | 104 | 67 |
| Binary | 10001001 | 111110 | 11011010 | 100101 | 1001000 | 0 | 1111 | 100001101 | 1000100 | 110111 |
Color Harmonies of #893EDA
Complementary color
Monochromatic Colors of #893EDA
Black with #893EDA
Text Example
Text Example
White with #893EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893EDA; }
p { color: rgb(137,62,218); }
H1.HeaderClassName
{
color: #893EDA;
}
.AnyTagClassName
{
color: #893EDA;
}
</style>
background-color css
<style>
a { background-color: #893EDA; }
a { background-color: rgb(137,62,218); }
div.DivClassName
{
background-color: #893EDA;
}
.BgClassName
{
background-color: #893EDA;
}
</style>
border-color css
<style>
span { border-color: #893EDA; }
span { border-color: rgb(137,62,218); }
td.TdClassName
{
border-color: #893EDA;
}
.TagClassName
{
border-color: #893EDA;
}
</style>