Shades of Dark Violet #890AED
Tints of Dark Violet #890AED
RGB
CMYK
RGB Variations
Color information
#890AED (or 0x890AED) is known color: Dark Violet. HEX triplet: 89, 0A and ED. RGB value is (137,10,237). Sum of RGB (Red+Green+Blue) = 137+10+237=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #890AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890AED is #76F512. Grayscale: #494949. Windows color (decimal): -7795987 or 15534729. OLE color: 15534729.
HSL color Cylindrical-coordinate representation of color #890AED: hue angle of 273.57º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890AED is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 10 | 237 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.07 |
| HSL | 273.57º | 0.92% | 0.48% | - |
| HSV(B) | 273.57º | 0.96% | 0.93% | - |
| XYZ | 25.71 | 11.65 | 81.01 | - |
| YUV | 73.85 | 220.08 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 237 | 0.42 | 0.96 | 0 | 0.07 | 273.57 | 0.92 | 0.48 |
| Hex | 89 | A | ED | 2A | 60 | 0 | 7 | 112 | 5C | 30 |
| Octal | 211 | 12 | 355 | 52 | 140 | 0 | 7 | 422 | 134 | 60 |
| Binary | 10001001 | 1010 | 11101101 | 101010 | 1100000 | 0 | 111 | 100010010 | 1011100 | 110000 |
Color Harmonies of #890AED
Complementary color
Monochromatic Colors of #890AED
Black with #890AED
Text Example
Text Example
White with #890AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890AED; }
p { color: rgb(137,10,237); }
H1.HeaderClassName
{
color: #890AED;
}
.AnyTagClassName
{
color: #890AED;
}
</style>
background-color css
<style>
a { background-color: #890AED; }
a { background-color: rgb(137,10,237); }
div.DivClassName
{
background-color: #890AED;
}
.BgClassName
{
background-color: #890AED;
}
</style>
border-color css
<style>
span { border-color: #890AED; }
span { border-color: rgb(137,10,237); }
td.TdClassName
{
border-color: #890AED;
}
.TagClassName
{
border-color: #890AED;
}
</style>