Shades of Blue Violet #893BEC
Tints of Blue Violet #893BEC
RGB
CMYK
RGB Variations
Color information
#893BEC (or 0x893BEC) is known color: Blue Violet. HEX triplet: 89, 3B and EC. RGB value is (137,59,236). Sum of RGB (Red+Green+Blue) = 137+59+236=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #893BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893BEC is #76C413. Grayscale: #656565. Windows color (decimal): -7783444 or 15481737. OLE color: 15481737.
HSL color Cylindrical-coordinate representation of color #893BEC: hue angle of 266.44º 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 #893BEC is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 59 | 236 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.07 |
| HSL | 266.44º | 0.82% | 0.58% | - |
| HSV(B) | 266.44º | 0.75% | 0.93% | - |
| XYZ | 27.02 | 14.5 | 80.73 | - |
| YUV | 102.5 | 203.34 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 236 | 0.42 | 0.75 | 0 | 0.07 | 266.44 | 0.82 | 0.58 |
| Hex | 89 | 3B | EC | 2A | 4B | 0 | 7 | 10A | 52 | 3A |
| Octal | 211 | 73 | 354 | 52 | 113 | 0 | 7 | 412 | 122 | 72 |
| Binary | 10001001 | 111011 | 11101100 | 101010 | 1001011 | 0 | 111 | 100001010 | 1010010 | 111010 |
Color Harmonies of #893BEC
Complementary color
Monochromatic Colors of #893BEC
Black with #893BEC
Text Example
Text Example
White with #893BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BEC; }
p { color: rgb(137,59,236); }
H1.HeaderClassName
{
color: #893BEC;
}
.AnyTagClassName
{
color: #893BEC;
}
</style>
background-color css
<style>
a { background-color: #893BEC; }
a { background-color: rgb(137,59,236); }
div.DivClassName
{
background-color: #893BEC;
}
.BgClassName
{
background-color: #893BEC;
}
</style>
border-color css
<style>
span { border-color: #893BEC; }
span { border-color: rgb(137,59,236); }
td.TdClassName
{
border-color: #893BEC;
}
.TagClassName
{
border-color: #893BEC;
}
</style>