Shades of Dark Violet #890ADC
Tints of Dark Violet #890ADC
RGB
CMYK
RGB Variations
Color information
#890ADC (or 0x890ADC) is known color: Dark Violet. HEX triplet: 89, 0A and DC. RGB value is (137,10,220). Sum of RGB (Red+Green+Blue) = 137+10+220=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #890ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ADC is #76F523. Grayscale: #474747. Windows color (decimal): -7796004 or 14420617. OLE color: 14420617.
HSL color Cylindrical-coordinate representation of color #890ADC: hue angle of 276.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890ADC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 10 | 220 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.14 |
| HSL | 276.29º | 0.91% | 0.45% | - |
| HSV(B) | 276.29º | 0.95% | 0.86% | - |
| XYZ | 23.34 | 10.7 | 68.55 | - |
| YUV | 71.91 | 211.58 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 220 | 0.38 | 0.95 | 0 | 0.14 | 276.29 | 0.91 | 0.45 |
| Hex | 89 | A | DC | 26 | 5F | 0 | E | 114 | 5B | 2D |
| Octal | 211 | 12 | 334 | 46 | 137 | 0 | 16 | 424 | 133 | 55 |
| Binary | 10001001 | 1010 | 11011100 | 100110 | 1011111 | 0 | 1110 | 100010100 | 1011011 | 101101 |
Color Harmonies of #890ADC
Complementary color
Monochromatic Colors of #890ADC
Black with #890ADC
Text Example
Text Example
White with #890ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890ADC; }
p { color: rgb(137,10,220); }
H1.HeaderClassName
{
color: #890ADC;
}
.AnyTagClassName
{
color: #890ADC;
}
</style>
background-color css
<style>
a { background-color: #890ADC; }
a { background-color: rgb(137,10,220); }
div.DivClassName
{
background-color: #890ADC;
}
.BgClassName
{
background-color: #890ADC;
}
</style>
border-color css
<style>
span { border-color: #890ADC; }
span { border-color: rgb(137,10,220); }
td.TdClassName
{
border-color: #890ADC;
}
.TagClassName
{
border-color: #890ADC;
}
</style>