Shades of Dark Violet #890FD1
Tints of Dark Violet #890FD1
RGB
CMYK
RGB Variations
Color information
#890FD1 (or 0x890FD1) is known color: Dark Violet. HEX triplet: 89, 0F and D1. RGB value is (137,15,209). Sum of RGB (Red+Green+Blue) = 137+15+209=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 209 (82.03% from 255 or 57.89% from 361); Max value from RGB is 209 - color contains mainly: blue. Hex color #890FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FD1 is #76F02E. Grayscale: #484848. Windows color (decimal): -7794735 or 13701001. OLE color: 13701001.
HSL color Cylindrical-coordinate representation of color #890FD1: hue angle of 277.73º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890FD1 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 15 | 209 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.18 |
| HSL | 277.73º | 0.87% | 0.44% | - |
| HSV(B) | 277.73º | 0.93% | 0.82% | - |
| XYZ | 22 | 10.26 | 61.14 | - |
| YUV | 73.59 | 204.42 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 209 | 0.34 | 0.93 | 0 | 0.18 | 277.73 | 0.87 | 0.44 |
| Hex | 89 | F | D1 | 22 | 5D | 0 | 12 | 116 | 57 | 2C |
| Octal | 211 | 17 | 321 | 42 | 135 | 0 | 22 | 426 | 127 | 54 |
| Binary | 10001001 | 1111 | 11010001 | 100010 | 1011101 | 0 | 10010 | 100010110 | 1010111 | 101100 |
Color Harmonies of #890FD1
Complementary color
Monochromatic Colors of #890FD1
Black with #890FD1
Text Example
Text Example
White with #890FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FD1; }
p { color: rgb(137,15,209); }
H1.HeaderClassName
{
color: #890FD1;
}
.AnyTagClassName
{
color: #890FD1;
}
</style>
background-color css
<style>
a { background-color: #890FD1; }
a { background-color: rgb(137,15,209); }
div.DivClassName
{
background-color: #890FD1;
}
.BgClassName
{
background-color: #890FD1;
}
</style>
border-color css
<style>
span { border-color: #890FD1; }
span { border-color: rgb(137,15,209); }
td.TdClassName
{
border-color: #890FD1;
}
.TagClassName
{
border-color: #890FD1;
}
</style>