Shades of Dark Violet #890CE0
Tints of Dark Violet #890CE0
RGB
CMYK
RGB Variations
Color information
#890CE0 (or 0x890CE0) is known color: Dark Violet. HEX triplet: 89, 0C and E0. RGB value is (137,12,224). Sum of RGB (Red+Green+Blue) = 137+12+224=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #890CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CE0 is #76F31F. Grayscale: #484848. Windows color (decimal): -7795488 or 14683273. OLE color: 14683273.
HSL color Cylindrical-coordinate representation of color #890CE0: hue angle of 275.38º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CE0 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 12 | 224 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.12 |
| HSL | 275.38º | 0.9% | 0.46% | - |
| HSV(B) | 275.38º | 0.95% | 0.88% | - |
| XYZ | 23.9 | 10.96 | 71.38 | - |
| YUV | 73.54 | 212.91 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 224 | 0.39 | 0.95 | 0 | 0.12 | 275.38 | 0.9 | 0.46 |
| Hex | 89 | C | E0 | 27 | 5F | 0 | C | 113 | 5A | 2E |
| Octal | 211 | 14 | 340 | 47 | 137 | 0 | 14 | 423 | 132 | 56 |
| Binary | 10001001 | 1100 | 11100000 | 100111 | 1011111 | 0 | 1100 | 100010011 | 1011010 | 101110 |
Color Harmonies of #890CE0
Complementary color
Monochromatic Colors of #890CE0
Black with #890CE0
Text Example
Text Example
White with #890CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CE0; }
p { color: rgb(137,12,224); }
H1.HeaderClassName
{
color: #890CE0;
}
.AnyTagClassName
{
color: #890CE0;
}
</style>
background-color css
<style>
a { background-color: #890CE0; }
a { background-color: rgb(137,12,224); }
div.DivClassName
{
background-color: #890CE0;
}
.BgClassName
{
background-color: #890CE0;
}
</style>
border-color css
<style>
span { border-color: #890CE0; }
span { border-color: rgb(137,12,224); }
td.TdClassName
{
border-color: #890CE0;
}
.TagClassName
{
border-color: #890CE0;
}
</style>