Shades of Dark Purple #893272
Tints of Dark Purple #893272
RGB
CMYK
RGB Variations
Color information
#893272 (or 0x893272) is known color: Dark Purple. HEX triplet: 89, 32 and 72. RGB value is (137,50,114). Sum of RGB (Red+Green+Blue) = 137+50+114=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #893272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893272 is #76CD8D. Grayscale: #535353. Windows color (decimal): -7785870 or 7484041. OLE color: 7484041.
HSL color Cylindrical-coordinate representation of color #893272: hue angle of 315.86º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893272 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 114 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.46 |
| HSL | 315.86º | 0.47% | 0.37% | - |
| HSV(B) | 315.86º | 0.64% | 0.54% | - |
| XYZ | 14.49 | 8.81 | 16.86 | - |
| YUV | 83.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 114 | 0 | 0.64 | 0.17 | 0.46 | 315.86 | 0.47 | 0.37 |
| Hex | 89 | 32 | 72 | 0 | 40 | 11 | 2E | 13C | 2F | 25 |
| Octal | 211 | 62 | 162 | 0 | 100 | 21 | 56 | 474 | 57 | 45 |
| Binary | 10001001 | 110010 | 1110010 | 0 | 1000000 | 10001 | 101110 | 100111100 | 101111 | 100101 |
Color Harmonies of #893272
Complementary color
Monochromatic Colors of #893272
Black with #893272
Text Example
Text Example
White with #893272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893272; }
p { color: rgb(137,50,114); }
H1.HeaderClassName
{
color: #893272;
}
.AnyTagClassName
{
color: #893272;
}
</style>
background-color css
<style>
a { background-color: #893272; }
a { background-color: rgb(137,50,114); }
div.DivClassName
{
background-color: #893272;
}
.BgClassName
{
background-color: #893272;
}
</style>
border-color css
<style>
span { border-color: #893272; }
span { border-color: rgb(137,50,114); }
td.TdClassName
{
border-color: #893272;
}
.TagClassName
{
border-color: #893272;
}
</style>