Shades of Blue Violet #893EEA
Tints of Blue Violet #893EEA
RGB
CMYK
RGB Variations
Color information
#893EEA (or 0x893EEA) is known color: Blue Violet. HEX triplet: 89, 3E and EA. RGB value is (137,62,234). Sum of RGB (Red+Green+Blue) = 137+62+234=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #893EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893EEA is #76C115. Grayscale: #676767. Windows color (decimal): -7782678 or 15351433. OLE color: 15351433.
HSL color Cylindrical-coordinate representation of color #893EEA: hue angle of 266.16º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #893EEA is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 62 | 234 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.08 |
| HSL | 266.16º | 0.8% | 0.58% | - |
| HSV(B) | 266.16º | 0.74% | 0.92% | - |
| XYZ | 26.89 | 14.7 | 79.26 | - |
| YUV | 104.03 | 201.35 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 234 | 0.41 | 0.74 | 0 | 0.08 | 266.16 | 0.8 | 0.58 |
| Hex | 89 | 3E | EA | 29 | 4A | 0 | 8 | 10A | 50 | 3A |
| Octal | 211 | 76 | 352 | 51 | 112 | 0 | 10 | 412 | 120 | 72 |
| Binary | 10001001 | 111110 | 11101010 | 101001 | 1001010 | 0 | 1000 | 100001010 | 1010000 | 111010 |
Color Harmonies of #893EEA
Complementary color
Monochromatic Colors of #893EEA
Black with #893EEA
Text Example
Text Example
White with #893EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893EEA; }
p { color: rgb(137,62,234); }
H1.HeaderClassName
{
color: #893EEA;
}
.AnyTagClassName
{
color: #893EEA;
}
</style>
background-color css
<style>
a { background-color: #893EEA; }
a { background-color: rgb(137,62,234); }
div.DivClassName
{
background-color: #893EEA;
}
.BgClassName
{
background-color: #893EEA;
}
</style>
border-color css
<style>
span { border-color: #893EEA; }
span { border-color: rgb(137,62,234); }
td.TdClassName
{
border-color: #893EEA;
}
.TagClassName
{
border-color: #893EEA;
}
</style>