Shades of Dark Purple #890C72
Tints of Dark Purple #890C72
RGB
CMYK
RGB Variations
Color information
#890C72 (or 0x890C72) is known color: Dark Purple. HEX triplet: 89, 0C and 72. RGB value is (137,12,114). Sum of RGB (Red+Green+Blue) = 137+12+114=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #890C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C72 is #76F38D. Grayscale: #3C3C3C. Windows color (decimal): -7795598 or 7474313. OLE color: 7474313.
HSL color Cylindrical-coordinate representation of color #890C72: hue angle of 311.04º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890C72 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 114 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.46 |
| HSL | 311.04º | 0.84% | 0.29% | - |
| HSV(B) | 311.04º | 0.91% | 0.54% | - |
| XYZ | 13.49 | 6.8 | 16.52 | - |
| YUV | 61 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 114 | 0 | 0.91 | 0.17 | 0.46 | 311.04 | 0.84 | 0.29 |
| Hex | 89 | C | 72 | 0 | 5B | 11 | 2E | 137 | 54 | 1D |
| Octal | 211 | 14 | 162 | 0 | 133 | 21 | 56 | 467 | 124 | 35 |
| Binary | 10001001 | 1100 | 1110010 | 0 | 1011011 | 10001 | 101110 | 100110111 | 1010100 | 11101 |
Color Harmonies of #890C72
Complementary color
Monochromatic Colors of #890C72
Black with #890C72
Text Example
Text Example
White with #890C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C72; }
p { color: rgb(137,12,114); }
H1.HeaderClassName
{
color: #890C72;
}
.AnyTagClassName
{
color: #890C72;
}
</style>
background-color css
<style>
a { background-color: #890C72; }
a { background-color: rgb(137,12,114); }
div.DivClassName
{
background-color: #890C72;
}
.BgClassName
{
background-color: #890C72;
}
</style>
border-color css
<style>
span { border-color: #890C72; }
span { border-color: rgb(137,12,114); }
td.TdClassName
{
border-color: #890C72;
}
.TagClassName
{
border-color: #890C72;
}
</style>