Shades of Dark Violet #890FDC
Tints of Dark Violet #890FDC
RGB
CMYK
RGB Variations
Color information
#890FDC (or 0x890FDC) is known color: Dark Violet. HEX triplet: 89, 0F and DC. RGB value is (137,15,220). Sum of RGB (Red+Green+Blue) = 137+15+220=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #890FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FDC is #76F023. Grayscale: #4A4A4A. Windows color (decimal): -7794724 or 14421897. OLE color: 14421897.
HSL color Cylindrical-coordinate representation of color #890FDC: hue angle of 275.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890FDC is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 15 | 220 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.14 |
| HSL | 275.71º | 0.87% | 0.46% | - |
| HSV(B) | 275.71º | 0.93% | 0.86% | - |
| XYZ | 23.41 | 10.83 | 68.57 | - |
| YUV | 74.85 | 209.92 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 220 | 0.38 | 0.93 | 0 | 0.14 | 275.71 | 0.87 | 0.46 |
| Hex | 89 | F | DC | 26 | 5D | 0 | E | 114 | 57 | 2E |
| Octal | 211 | 17 | 334 | 46 | 135 | 0 | 16 | 424 | 127 | 56 |
| Binary | 10001001 | 1111 | 11011100 | 100110 | 1011101 | 0 | 1110 | 100010100 | 1010111 | 101110 |
Color Harmonies of #890FDC
Complementary color
Monochromatic Colors of #890FDC
Black with #890FDC
Text Example
Text Example
White with #890FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FDC; }
p { color: rgb(137,15,220); }
H1.HeaderClassName
{
color: #890FDC;
}
.AnyTagClassName
{
color: #890FDC;
}
</style>
background-color css
<style>
a { background-color: #890FDC; }
a { background-color: rgb(137,15,220); }
div.DivClassName
{
background-color: #890FDC;
}
.BgClassName
{
background-color: #890FDC;
}
</style>
border-color css
<style>
span { border-color: #890FDC; }
span { border-color: rgb(137,15,220); }
td.TdClassName
{
border-color: #890FDC;
}
.TagClassName
{
border-color: #890FDC;
}
</style>