Shades of Dark Purple #893472
Tints of Dark Purple #893472
RGB
CMYK
RGB Variations
Color information
#893472 (or 0x893472) is known color: Dark Purple. HEX triplet: 89, 34 and 72. RGB value is (137,52,114). Sum of RGB (Red+Green+Blue) = 137+52+114=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #893472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893472 is #76CB8D. Grayscale: #545454. Windows color (decimal): -7785358 or 7484553. OLE color: 7484553.
HSL color Cylindrical-coordinate representation of color #893472: hue angle of 316.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893472 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 114 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.46 |
| HSL | 316.24º | 0.45% | 0.37% | - |
| HSV(B) | 316.24º | 0.62% | 0.54% | - |
| XYZ | 14.58 | 8.99 | 16.89 | - |
| YUV | 84.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 114 | 0 | 0.62 | 0.17 | 0.46 | 316.24 | 0.45 | 0.37 |
| Hex | 89 | 34 | 72 | 0 | 3E | 11 | 2E | 13C | 2D | 25 |
| Octal | 211 | 64 | 162 | 0 | 76 | 21 | 56 | 474 | 55 | 45 |
| Binary | 10001001 | 110100 | 1110010 | 0 | 111110 | 10001 | 101110 | 100111100 | 101101 | 100101 |
Color Harmonies of #893472
Complementary color
Monochromatic Colors of #893472
Black with #893472
Text Example
Text Example
White with #893472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893472; }
p { color: rgb(137,52,114); }
H1.HeaderClassName
{
color: #893472;
}
.AnyTagClassName
{
color: #893472;
}
</style>
background-color css
<style>
a { background-color: #893472; }
a { background-color: rgb(137,52,114); }
div.DivClassName
{
background-color: #893472;
}
.BgClassName
{
background-color: #893472;
}
</style>
border-color css
<style>
span { border-color: #893472; }
span { border-color: rgb(137,52,114); }
td.TdClassName
{
border-color: #893472;
}
.TagClassName
{
border-color: #893472;
}
</style>