Shades of Dark Purple #893C72
Tints of Dark Purple #893C72
RGB
CMYK
RGB Variations
Color information
#893C72 (or 0x893C72) is known color: Dark Purple. HEX triplet: 89, 3C and 72. RGB value is (137,60,114). Sum of RGB (Red+Green+Blue) = 137+60+114=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #893C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C72 is #76C38D. Grayscale: #595959. Windows color (decimal): -7783310 or 7486601. OLE color: 7486601.
HSL color Cylindrical-coordinate representation of color #893C72: hue angle of 317.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C72 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 114 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.46 |
| HSL | 317.92º | 0.39% | 0.39% | - |
| HSV(B) | 317.92º | 0.56% | 0.54% | - |
| XYZ | 14.97 | 9.76 | 17.02 | - |
| YUV | 89.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 114 | 0 | 0.56 | 0.17 | 0.46 | 317.92 | 0.39 | 0.39 |
| Hex | 89 | 3C | 72 | 0 | 38 | 11 | 2E | 13E | 27 | 27 |
| Octal | 211 | 74 | 162 | 0 | 70 | 21 | 56 | 476 | 47 | 47 |
| Binary | 10001001 | 111100 | 1110010 | 0 | 111000 | 10001 | 101110 | 100111110 | 100111 | 100111 |
Color Harmonies of #893C72
Complementary color
Monochromatic Colors of #893C72
Black with #893C72
Text Example
Text Example
White with #893C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C72; }
p { color: rgb(137,60,114); }
H1.HeaderClassName
{
color: #893C72;
}
.AnyTagClassName
{
color: #893C72;
}
</style>
background-color css
<style>
a { background-color: #893C72; }
a { background-color: rgb(137,60,114); }
div.DivClassName
{
background-color: #893C72;
}
.BgClassName
{
background-color: #893C72;
}
</style>
border-color css
<style>
span { border-color: #893C72; }
span { border-color: rgb(137,60,114); }
td.TdClassName
{
border-color: #893C72;
}
.TagClassName
{
border-color: #893C72;
}
</style>