Shades of Dark Violet #890CEC
Tints of Dark Violet #890CEC
RGB
CMYK
RGB Variations
Color information
#890CEC (or 0x890CEC) is known color: Dark Violet. HEX triplet: 89, 0C and EC. RGB value is (137,12,236). Sum of RGB (Red+Green+Blue) = 137+12+236=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #890CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CEC is #76F313. Grayscale: #4A4A4A. Windows color (decimal): -7795476 or 15469705. OLE color: 15469705.
HSL color Cylindrical-coordinate representation of color #890CEC: hue angle of 273.48º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CEC is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 12 | 236 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.07 |
| HSL | 273.48º | 0.9% | 0.49% | - |
| HSV(B) | 273.48º | 0.95% | 0.93% | - |
| XYZ | 25.59 | 11.64 | 80.25 | - |
| YUV | 74.91 | 218.91 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 236 | 0.42 | 0.95 | 0 | 0.07 | 273.48 | 0.9 | 0.49 |
| Hex | 89 | C | EC | 2A | 5F | 0 | 7 | 111 | 5A | 31 |
| Octal | 211 | 14 | 354 | 52 | 137 | 0 | 7 | 421 | 132 | 61 |
| Binary | 10001001 | 1100 | 11101100 | 101010 | 1011111 | 0 | 111 | 100010001 | 1011010 | 110001 |
Color Harmonies of #890CEC
Complementary color
Monochromatic Colors of #890CEC
Black with #890CEC
Text Example
Text Example
White with #890CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CEC; }
p { color: rgb(137,12,236); }
H1.HeaderClassName
{
color: #890CEC;
}
.AnyTagClassName
{
color: #890CEC;
}
</style>
background-color css
<style>
a { background-color: #890CEC; }
a { background-color: rgb(137,12,236); }
div.DivClassName
{
background-color: #890CEC;
}
.BgClassName
{
background-color: #890CEC;
}
</style>
border-color css
<style>
span { border-color: #890CEC; }
span { border-color: rgb(137,12,236); }
td.TdClassName
{
border-color: #890CEC;
}
.TagClassName
{
border-color: #890CEC;
}
</style>