Shades of Dark Violet #890FC2
Tints of Dark Violet #890FC2
RGB
CMYK
RGB Variations
Color information
#890FC2 (or 0x890FC2) is known color: Dark Violet. HEX triplet: 89, 0F and C2. RGB value is (137,15,194). Sum of RGB (Red+Green+Blue) = 137+15+194=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 194 (76.17% from 255 or 56.07% from 346); Max value from RGB is 194 - color contains mainly: blue. Hex color #890FC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FC2 is #76F03D. Grayscale: #474747. Windows color (decimal): -7794750 or 12717961. OLE color: 12717961.
HSL color Cylindrical-coordinate representation of color #890FC2: hue angle of 280.89º 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 #890FC2 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 15 | 194 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.24 |
| HSL | 280.89º | 0.86% | 0.41% | - |
| HSV(B) | 280.89º | 0.92% | 0.76% | - |
| XYZ | 20.22 | 9.56 | 51.82 | - |
| YUV | 71.88 | 196.92 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 194 | 0.29 | 0.92 | 0 | 0.24 | 280.89 | 0.86 | 0.41 |
| Hex | 89 | F | C2 | 1D | 5C | 0 | 18 | 119 | 56 | 29 |
| Octal | 211 | 17 | 302 | 35 | 134 | 0 | 30 | 431 | 126 | 51 |
| Binary | 10001001 | 1111 | 11000010 | 11101 | 1011100 | 0 | 11000 | 100011001 | 1010110 | 101001 |
Color Harmonies of #890FC2
Complementary color
Monochromatic Colors of #890FC2
Black with #890FC2
Text Example
Text Example
White with #890FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FC2; }
p { color: rgb(137,15,194); }
H1.HeaderClassName
{
color: #890FC2;
}
.AnyTagClassName
{
color: #890FC2;
}
</style>
background-color css
<style>
a { background-color: #890FC2; }
a { background-color: rgb(137,15,194); }
div.DivClassName
{
background-color: #890FC2;
}
.BgClassName
{
background-color: #890FC2;
}
</style>
border-color css
<style>
span { border-color: #890FC2; }
span { border-color: rgb(137,15,194); }
td.TdClassName
{
border-color: #890FC2;
}
.TagClassName
{
border-color: #890FC2;
}
</style>