Shades of Dark Purple #891772
Tints of Dark Purple #891772
RGB
CMYK
RGB Variations
Color information
#891772 (or 0x891772) is known color: Dark Purple. HEX triplet: 89, 17 and 72. RGB value is (137,23,114). Sum of RGB (Red+Green+Blue) = 137+23+114=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #891772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891772 is #76E88D. Grayscale: #434343. Windows color (decimal): -7792782 or 7477129. OLE color: 7477129.
HSL color Cylindrical-coordinate representation of color #891772: hue angle of 312.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891772 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 114 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.46 |
| HSL | 312.11º | 0.71% | 0.31% | - |
| HSV(B) | 312.11º | 0.83% | 0.54% | - |
| XYZ | 13.66 | 7.15 | 16.58 | - |
| YUV | 67.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 114 | 0 | 0.83 | 0.17 | 0.46 | 312.11 | 0.71 | 0.31 |
| Hex | 89 | 17 | 72 | 0 | 53 | 11 | 2E | 138 | 47 | 1F |
| Octal | 211 | 27 | 162 | 0 | 123 | 21 | 56 | 470 | 107 | 37 |
| Binary | 10001001 | 10111 | 1110010 | 0 | 1010011 | 10001 | 101110 | 100111000 | 1000111 | 11111 |
Color Harmonies of #891772
Complementary color
Monochromatic Colors of #891772
Black with #891772
Text Example
Text Example
White with #891772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891772; }
p { color: rgb(137,23,114); }
H1.HeaderClassName
{
color: #891772;
}
.AnyTagClassName
{
color: #891772;
}
</style>
background-color css
<style>
a { background-color: #891772; }
a { background-color: rgb(137,23,114); }
div.DivClassName
{
background-color: #891772;
}
.BgClassName
{
background-color: #891772;
}
</style>
border-color css
<style>
span { border-color: #891772; }
span { border-color: rgb(137,23,114); }
td.TdClassName
{
border-color: #891772;
}
.TagClassName
{
border-color: #891772;
}
</style>