Shades of Dark Violet #890FCD
Tints of Dark Violet #890FCD
RGB
CMYK
RGB Variations
Color information
#890FCD (or 0x890FCD) is known color: Dark Violet. HEX triplet: 89, 0F and CD. RGB value is (137,15,205). Sum of RGB (Red+Green+Blue) = 137+15+205=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #890FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FCD is #76F032. Grayscale: #484848. Windows color (decimal): -7794739 or 13438857. OLE color: 13438857.
HSL color Cylindrical-coordinate representation of color #890FCD: hue angle of 278.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890FCD is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 15 | 205 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.20 |
| HSL | 278.53º | 0.86% | 0.43% | - |
| HSV(B) | 278.53º | 0.93% | 0.8% | - |
| XYZ | 21.51 | 10.07 | 58.57 | - |
| YUV | 73.14 | 202.42 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 205 | 0.33 | 0.93 | 0 | 0.20 | 278.53 | 0.86 | 0.43 |
| Hex | 89 | F | CD | 21 | 5D | 0 | 14 | 117 | 56 | 2B |
| Octal | 211 | 17 | 315 | 41 | 135 | 0 | 24 | 427 | 126 | 53 |
| Binary | 10001001 | 1111 | 11001101 | 100001 | 1011101 | 0 | 10100 | 100010111 | 1010110 | 101011 |
Color Harmonies of #890FCD
Complementary color
Monochromatic Colors of #890FCD
Black with #890FCD
Text Example
Text Example
White with #890FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FCD; }
p { color: rgb(137,15,205); }
H1.HeaderClassName
{
color: #890FCD;
}
.AnyTagClassName
{
color: #890FCD;
}
</style>
background-color css
<style>
a { background-color: #890FCD; }
a { background-color: rgb(137,15,205); }
div.DivClassName
{
background-color: #890FCD;
}
.BgClassName
{
background-color: #890FCD;
}
</style>
border-color css
<style>
span { border-color: #890FCD; }
span { border-color: rgb(137,15,205); }
td.TdClassName
{
border-color: #890FCD;
}
.TagClassName
{
border-color: #890FCD;
}
</style>