Shades of Dark Violet #890CC5
Tints of Dark Violet #890CC5
RGB
CMYK
RGB Variations
Color information
#890CC5 (or 0x890CC5) is known color: Dark Violet. HEX triplet: 89, 0C and C5. RGB value is (137,12,197). Sum of RGB (Red+Green+Blue) = 137+12+197=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 197 (77.34% from 255 or 56.94% from 346); Max value from RGB is 197 - color contains mainly: blue. Hex color #890CC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CC5 is #76F33A. Grayscale: #454545. Windows color (decimal): -7795515 or 12913801. OLE color: 12913801.
HSL color Cylindrical-coordinate representation of color #890CC5: hue angle of 280.54º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890CC5 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 12 | 197 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.23 |
| HSL | 280.54º | 0.89% | 0.41% | - |
| HSV(B) | 280.54º | 0.94% | 0.77% | - |
| XYZ | 20.53 | 9.61 | 53.6 | - |
| YUV | 70.47 | 199.41 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 197 | 0.30 | 0.94 | 0 | 0.23 | 280.54 | 0.89 | 0.41 |
| Hex | 89 | C | C5 | 1E | 5E | 0 | 17 | 119 | 59 | 29 |
| Octal | 211 | 14 | 305 | 36 | 136 | 0 | 27 | 431 | 131 | 51 |
| Binary | 10001001 | 1100 | 11000101 | 11110 | 1011110 | 0 | 10111 | 100011001 | 1011001 | 101001 |
Color Harmonies of #890CC5
Complementary color
Monochromatic Colors of #890CC5
Black with #890CC5
Text Example
Text Example
White with #890CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CC5; }
p { color: rgb(137,12,197); }
H1.HeaderClassName
{
color: #890CC5;
}
.AnyTagClassName
{
color: #890CC5;
}
</style>
background-color css
<style>
a { background-color: #890CC5; }
a { background-color: rgb(137,12,197); }
div.DivClassName
{
background-color: #890CC5;
}
.BgClassName
{
background-color: #890CC5;
}
</style>
border-color css
<style>
span { border-color: #890CC5; }
span { border-color: rgb(137,12,197); }
td.TdClassName
{
border-color: #890CC5;
}
.TagClassName
{
border-color: #890CC5;
}
</style>