Shades of Dark Violet #890AC2
Tints of Dark Violet #890AC2
RGB
CMYK
RGB Variations
Color information
#890AC2 (or 0x890AC2) is known color: Dark Violet. HEX triplet: 89, 0A and C2. RGB value is (137,10,194). Sum of RGB (Red+Green+Blue) = 137+10+194=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #890AC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890AC2 is #76F53D. Grayscale: #444444. Windows color (decimal): -7796030 or 12716681. OLE color: 12716681.
HSL color Cylindrical-coordinate representation of color #890AC2: hue angle of 281.41º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890AC2 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 10 | 194 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.24 |
| HSL | 281.41º | 0.9% | 0.4% | - |
| HSV(B) | 281.41º | 0.95% | 0.76% | - |
| XYZ | 20.16 | 9.43 | 51.8 | - |
| YUV | 68.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 194 | 0.29 | 0.95 | 0 | 0.24 | 281.41 | 0.9 | 0.4 |
| Hex | 89 | A | C2 | 1D | 5F | 0 | 18 | 119 | 5A | 28 |
| Octal | 211 | 12 | 302 | 35 | 137 | 0 | 30 | 431 | 132 | 50 |
| Binary | 10001001 | 1010 | 11000010 | 11101 | 1011111 | 0 | 11000 | 100011001 | 1011010 | 101000 |
Color Harmonies of #890AC2
Complementary color
Monochromatic Colors of #890AC2
Black with #890AC2
Text Example
Text Example
White with #890AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890AC2; }
p { color: rgb(137,10,194); }
H1.HeaderClassName
{
color: #890AC2;
}
.AnyTagClassName
{
color: #890AC2;
}
</style>
background-color css
<style>
a { background-color: #890AC2; }
a { background-color: rgb(137,10,194); }
div.DivClassName
{
background-color: #890AC2;
}
.BgClassName
{
background-color: #890AC2;
}
</style>
border-color css
<style>
span { border-color: #890AC2; }
span { border-color: rgb(137,10,194); }
td.TdClassName
{
border-color: #890AC2;
}
.TagClassName
{
border-color: #890AC2;
}
</style>