Shades of Dark Violet #890CE5
Tints of Dark Violet #890CE5
RGB
CMYK
RGB Variations
Color information
#890CE5 (or 0x890CE5) is known color: Dark Violet. HEX triplet: 89, 0C and E5. RGB value is (137,12,229). Sum of RGB (Red+Green+Blue) = 137+12+229=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #890CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CE5 is #76F31A. Grayscale: #494949. Windows color (decimal): -7795483 or 15010953. OLE color: 15010953.
HSL color Cylindrical-coordinate representation of color #890CE5: hue angle of 274.56º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CE5 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 12 | 229 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.10 |
| HSL | 274.56º | 0.9% | 0.47% | - |
| HSV(B) | 274.56º | 0.95% | 0.9% | - |
| XYZ | 24.59 | 11.24 | 75 | - |
| YUV | 74.11 | 215.41 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 229 | 0.40 | 0.95 | 0 | 0.10 | 274.56 | 0.9 | 0.47 |
| Hex | 89 | C | E5 | 28 | 5F | 0 | A | 113 | 5A | 2F |
| Octal | 211 | 14 | 345 | 50 | 137 | 0 | 12 | 423 | 132 | 57 |
| Binary | 10001001 | 1100 | 11100101 | 101000 | 1011111 | 0 | 1010 | 100010011 | 1011010 | 101111 |
Color Harmonies of #890CE5
Complementary color
Monochromatic Colors of #890CE5
Black with #890CE5
Text Example
Text Example
White with #890CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CE5; }
p { color: rgb(137,12,229); }
H1.HeaderClassName
{
color: #890CE5;
}
.AnyTagClassName
{
color: #890CE5;
}
</style>
background-color css
<style>
a { background-color: #890CE5; }
a { background-color: rgb(137,12,229); }
div.DivClassName
{
background-color: #890CE5;
}
.BgClassName
{
background-color: #890CE5;
}
</style>
border-color css
<style>
span { border-color: #890CE5; }
span { border-color: rgb(137,12,229); }
td.TdClassName
{
border-color: #890CE5;
}
.TagClassName
{
border-color: #890CE5;
}
</style>