Shades of Dark Violet #890ADF
Tints of Dark Violet #890ADF
RGB
CMYK
RGB Variations
Color information
#890ADF (or 0x890ADF) is known color: Dark Violet. HEX triplet: 89, 0A and DF. RGB value is (137,10,223). Sum of RGB (Red+Green+Blue) = 137+10+223=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #890ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ADF is #76F520. Grayscale: #474747. Windows color (decimal): -7796001 or 14617225. OLE color: 14617225.
HSL color Cylindrical-coordinate representation of color #890ADF: hue angle of 275.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890ADF is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 10 | 223 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.13 |
| HSL | 275.77º | 0.91% | 0.46% | - |
| HSV(B) | 275.77º | 0.96% | 0.87% | - |
| XYZ | 23.74 | 10.86 | 70.66 | - |
| YUV | 72.26 | 213.08 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 223 | 0.39 | 0.96 | 0 | 0.13 | 275.77 | 0.91 | 0.46 |
| Hex | 89 | A | DF | 27 | 60 | 0 | D | 114 | 5B | 2E |
| Octal | 211 | 12 | 337 | 47 | 140 | 0 | 15 | 424 | 133 | 56 |
| Binary | 10001001 | 1010 | 11011111 | 100111 | 1100000 | 0 | 1101 | 100010100 | 1011011 | 101110 |
Color Harmonies of #890ADF
Complementary color
Monochromatic Colors of #890ADF
Black with #890ADF
Text Example
Text Example
White with #890ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890ADF; }
p { color: rgb(137,10,223); }
H1.HeaderClassName
{
color: #890ADF;
}
.AnyTagClassName
{
color: #890ADF;
}
</style>
background-color css
<style>
a { background-color: #890ADF; }
a { background-color: rgb(137,10,223); }
div.DivClassName
{
background-color: #890ADF;
}
.BgClassName
{
background-color: #890ADF;
}
</style>
border-color css
<style>
span { border-color: #890ADF; }
span { border-color: rgb(137,10,223); }
td.TdClassName
{
border-color: #890ADF;
}
.TagClassName
{
border-color: #890ADF;
}
</style>