Shades of Blue Violet #893AEE
Tints of Blue Violet #893AEE
RGB
CMYK
RGB Variations
Color information
#893AEE (or 0x893AEE) is known color: Blue Violet. HEX triplet: 89, 3A and EE. RGB value is (137,58,238). Sum of RGB (Red+Green+Blue) = 137+58+238=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #893AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893AEE is #76C511. Grayscale: #656565. Windows color (decimal): -7783698 or 15612553. OLE color: 15612553.
HSL color Cylindrical-coordinate representation of color #893AEE: hue angle of 266.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #893AEE is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 58 | 238 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.07 |
| HSL | 266.33º | 0.84% | 0.58% | - |
| HSV(B) | 266.33º | 0.76% | 0.93% | - |
| XYZ | 27.26 | 14.52 | 82.25 | - |
| YUV | 102.14 | 204.67 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 238 | 0.42 | 0.76 | 0 | 0.07 | 266.33 | 0.84 | 0.58 |
| Hex | 89 | 3A | EE | 2A | 4C | 0 | 7 | 10A | 54 | 3A |
| Octal | 211 | 72 | 356 | 52 | 114 | 0 | 7 | 412 | 124 | 72 |
| Binary | 10001001 | 111010 | 11101110 | 101010 | 1001100 | 0 | 111 | 100001010 | 1010100 | 111010 |
Color Harmonies of #893AEE
Complementary color
Monochromatic Colors of #893AEE
Black with #893AEE
Text Example
Text Example
White with #893AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893AEE; }
p { color: rgb(137,58,238); }
H1.HeaderClassName
{
color: #893AEE;
}
.AnyTagClassName
{
color: #893AEE;
}
</style>
background-color css
<style>
a { background-color: #893AEE; }
a { background-color: rgb(137,58,238); }
div.DivClassName
{
background-color: #893AEE;
}
.BgClassName
{
background-color: #893AEE;
}
</style>
border-color css
<style>
span { border-color: #893AEE; }
span { border-color: rgb(137,58,238); }
td.TdClassName
{
border-color: #893AEE;
}
.TagClassName
{
border-color: #893AEE;
}
</style>