Shades of Dark Purple #891572
Tints of Dark Purple #891572
RGB
CMYK
RGB Variations
Color information
#891572 (or 0x891572) is known color: Dark Purple. HEX triplet: 89, 15 and 72. RGB value is (137,21,114). Sum of RGB (Red+Green+Blue) = 137+21+114=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #891572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891572 is #76EA8D. Grayscale: #424242. Windows color (decimal): -7793294 or 7476617. OLE color: 7476617.
HSL color Cylindrical-coordinate representation of color #891572: hue angle of 311.9º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891572 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 21 | 114 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.46 |
| HSL | 311.9º | 0.73% | 0.31% | - |
| HSV(B) | 311.9º | 0.85% | 0.54% | - |
| XYZ | 13.62 | 7.07 | 16.57 | - |
| YUV | 66.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 114 | 0 | 0.85 | 0.17 | 0.46 | 311.9 | 0.73 | 0.31 |
| Hex | 89 | 15 | 72 | 0 | 55 | 11 | 2E | 138 | 49 | 1F |
| Octal | 211 | 25 | 162 | 0 | 125 | 21 | 56 | 470 | 111 | 37 |
| Binary | 10001001 | 10101 | 1110010 | 0 | 1010101 | 10001 | 101110 | 100111000 | 1001001 | 11111 |
Color Harmonies of #891572
Complementary color
Monochromatic Colors of #891572
Black with #891572
Text Example
Text Example
White with #891572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891572; }
p { color: rgb(137,21,114); }
H1.HeaderClassName
{
color: #891572;
}
.AnyTagClassName
{
color: #891572;
}
</style>
background-color css
<style>
a { background-color: #891572; }
a { background-color: rgb(137,21,114); }
div.DivClassName
{
background-color: #891572;
}
.BgClassName
{
background-color: #891572;
}
</style>
border-color css
<style>
span { border-color: #891572; }
span { border-color: rgb(137,21,114); }
td.TdClassName
{
border-color: #891572;
}
.TagClassName
{
border-color: #891572;
}
</style>