Shades of Blue Violet #893AEC
Tints of Blue Violet #893AEC
RGB
CMYK
RGB Variations
Color information
#893AEC (or 0x893AEC) is known color: Blue Violet. HEX triplet: 89, 3A and EC. RGB value is (137,58,236). Sum of RGB (Red+Green+Blue) = 137+58+236=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #893AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893AEC is #76C513. Grayscale: #656565. Windows color (decimal): -7783700 or 15481481. OLE color: 15481481.
HSL color Cylindrical-coordinate representation of color #893AEC: hue angle of 266.63º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #893AEC is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 58 | 236 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.07 |
| HSL | 266.63º | 0.82% | 0.58% | - |
| HSV(B) | 266.63º | 0.75% | 0.93% | - |
| XYZ | 26.97 | 14.4 | 80.72 | - |
| YUV | 101.91 | 203.67 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 236 | 0.42 | 0.75 | 0 | 0.07 | 266.63 | 0.82 | 0.58 |
| Hex | 89 | 3A | EC | 2A | 4B | 0 | 7 | 10B | 52 | 3A |
| Octal | 211 | 72 | 354 | 52 | 113 | 0 | 7 | 413 | 122 | 72 |
| Binary | 10001001 | 111010 | 11101100 | 101010 | 1001011 | 0 | 111 | 100001011 | 1010010 | 111010 |
Color Harmonies of #893AEC
Complementary color
Monochromatic Colors of #893AEC
Black with #893AEC
Text Example
Text Example
White with #893AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893AEC; }
p { color: rgb(137,58,236); }
H1.HeaderClassName
{
color: #893AEC;
}
.AnyTagClassName
{
color: #893AEC;
}
</style>
background-color css
<style>
a { background-color: #893AEC; }
a { background-color: rgb(137,58,236); }
div.DivClassName
{
background-color: #893AEC;
}
.BgClassName
{
background-color: #893AEC;
}
</style>
border-color css
<style>
span { border-color: #893AEC; }
span { border-color: rgb(137,58,236); }
td.TdClassName
{
border-color: #893AEC;
}
.TagClassName
{
border-color: #893AEC;
}
</style>