Shades of Dark Purple #891C72
Tints of Dark Purple #891C72
RGB
CMYK
RGB Variations
Color information
#891C72 (or 0x891C72) is known color: Dark Purple. HEX triplet: 89, 1C and 72. RGB value is (137,28,114). Sum of RGB (Red+Green+Blue) = 137+28+114=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #891C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C72 is #76E38D. Grayscale: #464646. Windows color (decimal): -7791502 or 7478409. OLE color: 7478409.
HSL color Cylindrical-coordinate representation of color #891C72: hue angle of 312.66º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C72 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 114 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.46 |
| HSL | 312.66º | 0.66% | 0.32% | - |
| HSV(B) | 312.66º | 0.8% | 0.54% | - |
| XYZ | 13.77 | 7.36 | 16.62 | - |
| YUV | 70.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 114 | 0 | 0.80 | 0.17 | 0.46 | 312.66 | 0.66 | 0.32 |
| Hex | 89 | 1C | 72 | 0 | 50 | 11 | 2E | 139 | 42 | 20 |
| Octal | 211 | 34 | 162 | 0 | 120 | 21 | 56 | 471 | 102 | 40 |
| Binary | 10001001 | 11100 | 1110010 | 0 | 1010000 | 10001 | 101110 | 100111001 | 1000010 | 100000 |
Color Harmonies of #891C72
Complementary color
Monochromatic Colors of #891C72
Black with #891C72
Text Example
Text Example
White with #891C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C72; }
p { color: rgb(137,28,114); }
H1.HeaderClassName
{
color: #891C72;
}
.AnyTagClassName
{
color: #891C72;
}
</style>
background-color css
<style>
a { background-color: #891C72; }
a { background-color: rgb(137,28,114); }
div.DivClassName
{
background-color: #891C72;
}
.BgClassName
{
background-color: #891C72;
}
</style>
border-color css
<style>
span { border-color: #891C72; }
span { border-color: rgb(137,28,114); }
td.TdClassName
{
border-color: #891C72;
}
.TagClassName
{
border-color: #891C72;
}
</style>