Shades of Dark Violet #890FC1
Tints of Dark Violet #890FC1
RGB
CMYK
RGB Variations
Color information
#890FC1 (or 0x890FC1) is known color: Dark Violet. HEX triplet: 89, 0F and C1. RGB value is (137,15,193). Sum of RGB (Red+Green+Blue) = 137+15+193=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #890FC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FC1 is #76F03E. Grayscale: #474747. Windows color (decimal): -7794751 or 12652425. OLE color: 12652425.
HSL color Cylindrical-coordinate representation of color #890FC1: hue angle of 281.12º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890FC1 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 15 | 193 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.24 |
| HSL | 281.12º | 0.86% | 0.41% | - |
| HSV(B) | 281.12º | 0.92% | 0.76% | - |
| XYZ | 20.11 | 9.51 | 51.23 | - |
| YUV | 71.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 193 | 0.29 | 0.92 | 0 | 0.24 | 281.12 | 0.86 | 0.41 |
| Hex | 89 | F | C1 | 1D | 5C | 0 | 18 | 119 | 56 | 29 |
| Octal | 211 | 17 | 301 | 35 | 134 | 0 | 30 | 431 | 126 | 51 |
| Binary | 10001001 | 1111 | 11000001 | 11101 | 1011100 | 0 | 11000 | 100011001 | 1010110 | 101001 |
Color Harmonies of #890FC1
Complementary color
Monochromatic Colors of #890FC1
Black with #890FC1
Text Example
Text Example
White with #890FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FC1; }
p { color: rgb(137,15,193); }
H1.HeaderClassName
{
color: #890FC1;
}
.AnyTagClassName
{
color: #890FC1;
}
</style>
background-color css
<style>
a { background-color: #890FC1; }
a { background-color: rgb(137,15,193); }
div.DivClassName
{
background-color: #890FC1;
}
.BgClassName
{
background-color: #890FC1;
}
</style>
border-color css
<style>
span { border-color: #890FC1; }
span { border-color: rgb(137,15,193); }
td.TdClassName
{
border-color: #890FC1;
}
.TagClassName
{
border-color: #890FC1;
}
</style>