Shades of Dark Violet #890FDF
Tints of Dark Violet #890FDF
RGB
CMYK
RGB Variations
Color information
#890FDF (or 0x890FDF) is known color: Dark Violet. HEX triplet: 89, 0F and DF. RGB value is (137,15,223). Sum of RGB (Red+Green+Blue) = 137+15+223=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #890FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FDF is #76F020. Grayscale: #4A4A4A. Windows color (decimal): -7794721 or 14618505. OLE color: 14618505.
HSL color Cylindrical-coordinate representation of color #890FDF: hue angle of 275.19º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890FDF is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 15 | 223 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.13 |
| HSL | 275.19º | 0.87% | 0.47% | - |
| HSV(B) | 275.19º | 0.93% | 0.87% | - |
| XYZ | 23.81 | 10.99 | 70.68 | - |
| YUV | 75.19 | 211.42 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 223 | 0.39 | 0.93 | 0 | 0.13 | 275.19 | 0.87 | 0.47 |
| Hex | 89 | F | DF | 27 | 5D | 0 | D | 113 | 57 | 2F |
| Octal | 211 | 17 | 337 | 47 | 135 | 0 | 15 | 423 | 127 | 57 |
| Binary | 10001001 | 1111 | 11011111 | 100111 | 1011101 | 0 | 1101 | 100010011 | 1010111 | 101111 |
Color Harmonies of #890FDF
Complementary color
Monochromatic Colors of #890FDF
Black with #890FDF
Text Example
Text Example
White with #890FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FDF; }
p { color: rgb(137,15,223); }
H1.HeaderClassName
{
color: #890FDF;
}
.AnyTagClassName
{
color: #890FDF;
}
</style>
background-color css
<style>
a { background-color: #890FDF; }
a { background-color: rgb(137,15,223); }
div.DivClassName
{
background-color: #890FDF;
}
.BgClassName
{
background-color: #890FDF;
}
</style>
border-color css
<style>
span { border-color: #890FDF; }
span { border-color: rgb(137,15,223); }
td.TdClassName
{
border-color: #890FDF;
}
.TagClassName
{
border-color: #890FDF;
}
</style>