Shades of Dark Violet #890ED6
Tints of Dark Violet #890ED6
RGB
CMYK
RGB Variations
Color information
#890ED6 (or 0x890ED6) is known color: Dark Violet. HEX triplet: 89, 0E and D6. RGB value is (137,14,214). Sum of RGB (Red+Green+Blue) = 137+14+214=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 214 (83.98% from 255 or 58.63% from 365); Max value from RGB is 214 - color contains mainly: blue. Hex color #890ED6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ED6 is #76F129. Grayscale: #484848. Windows color (decimal): -7794986 or 14028425. OLE color: 14028425.
HSL color Cylindrical-coordinate representation of color #890ED6: hue angle of 276.9º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890ED6 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 14 | 214 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.16 |
| HSL | 276.9º | 0.88% | 0.45% | - |
| HSV(B) | 276.9º | 0.93% | 0.84% | - |
| XYZ | 22.61 | 10.49 | 64.45 | - |
| YUV | 73.58 | 207.25 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 214 | 0.36 | 0.93 | 0 | 0.16 | 276.9 | 0.88 | 0.45 |
| Hex | 89 | E | D6 | 24 | 5D | 0 | 10 | 115 | 58 | 2D |
| Octal | 211 | 16 | 326 | 44 | 135 | 0 | 20 | 425 | 130 | 55 |
| Binary | 10001001 | 1110 | 11010110 | 100100 | 1011101 | 0 | 10000 | 100010101 | 1011000 | 101101 |
Color Harmonies of #890ED6
Complementary color
Monochromatic Colors of #890ED6
Black with #890ED6
Text Example
Text Example
White with #890ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890ED6; }
p { color: rgb(137,14,214); }
H1.HeaderClassName
{
color: #890ED6;
}
.AnyTagClassName
{
color: #890ED6;
}
</style>
background-color css
<style>
a { background-color: #890ED6; }
a { background-color: rgb(137,14,214); }
div.DivClassName
{
background-color: #890ED6;
}
.BgClassName
{
background-color: #890ED6;
}
</style>
border-color css
<style>
span { border-color: #890ED6; }
span { border-color: rgb(137,14,214); }
td.TdClassName
{
border-color: #890ED6;
}
.TagClassName
{
border-color: #890ED6;
}
</style>