Shades of Blue Violet #893CEC
Tints of Blue Violet #893CEC
RGB
CMYK
RGB Variations
Color information
#893CEC (or 0x893CEC) is known color: Blue Violet. HEX triplet: 89, 3C and EC. RGB value is (137,60,236). Sum of RGB (Red+Green+Blue) = 137+60+236=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #893CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893CEC is #76C313. Grayscale: #666666. Windows color (decimal): -7783188 or 15481993. OLE color: 15481993.
HSL color Cylindrical-coordinate representation of color #893CEC: hue angle of 266.25º 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 #893CEC is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 60 | 236 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.07 |
| HSL | 266.25º | 0.82% | 0.58% | - |
| HSV(B) | 266.25º | 0.75% | 0.93% | - |
| XYZ | 27.07 | 14.61 | 80.75 | - |
| YUV | 103.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 236 | 0.42 | 0.75 | 0 | 0.07 | 266.25 | 0.82 | 0.58 |
| Hex | 89 | 3C | EC | 2A | 4B | 0 | 7 | 10A | 52 | 3A |
| Octal | 211 | 74 | 354 | 52 | 113 | 0 | 7 | 412 | 122 | 72 |
| Binary | 10001001 | 111100 | 11101100 | 101010 | 1001011 | 0 | 111 | 100001010 | 1010010 | 111010 |
Color Harmonies of #893CEC
Complementary color
Monochromatic Colors of #893CEC
Black with #893CEC
Text Example
Text Example
White with #893CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893CEC; }
p { color: rgb(137,60,236); }
H1.HeaderClassName
{
color: #893CEC;
}
.AnyTagClassName
{
color: #893CEC;
}
</style>
background-color css
<style>
a { background-color: #893CEC; }
a { background-color: rgb(137,60,236); }
div.DivClassName
{
background-color: #893CEC;
}
.BgClassName
{
background-color: #893CEC;
}
</style>
border-color css
<style>
span { border-color: #893CEC; }
span { border-color: rgb(137,60,236); }
td.TdClassName
{
border-color: #893CEC;
}
.TagClassName
{
border-color: #893CEC;
}
</style>