Shades of Dark Purple #893271
Tints of Dark Purple #893271
RGB
CMYK
RGB Variations
Color information
#893271 (or 0x893271) is known color: Dark Purple. HEX triplet: 89, 32 and 71. RGB value is (137,50,113). Sum of RGB (Red+Green+Blue) = 137+50+113=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #893271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893271 is #76CD8E. Grayscale: #535353. Windows color (decimal): -7785871 or 7418505. OLE color: 7418505.
HSL color Cylindrical-coordinate representation of color #893271: hue angle of 316.55º 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 #893271 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 113 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.46 |
| HSL | 316.55º | 0.47% | 0.37% | - |
| HSV(B) | 316.55º | 0.64% | 0.54% | - |
| XYZ | 14.44 | 8.79 | 16.56 | - |
| YUV | 83.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 113 | 0 | 0.64 | 0.18 | 0.46 | 316.55 | 0.47 | 0.37 |
| Hex | 89 | 32 | 71 | 0 | 40 | 12 | 2E | 13D | 2F | 25 |
| Octal | 211 | 62 | 161 | 0 | 100 | 22 | 56 | 475 | 57 | 45 |
| Binary | 10001001 | 110010 | 1110001 | 0 | 1000000 | 10010 | 101110 | 100111101 | 101111 | 100101 |
Color Harmonies of #893271
Complementary color
Monochromatic Colors of #893271
Black with #893271
Text Example
Text Example
White with #893271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893271; }
p { color: rgb(137,50,113); }
H1.HeaderClassName
{
color: #893271;
}
.AnyTagClassName
{
color: #893271;
}
</style>
background-color css
<style>
a { background-color: #893271; }
a { background-color: rgb(137,50,113); }
div.DivClassName
{
background-color: #893271;
}
.BgClassName
{
background-color: #893271;
}
</style>
border-color css
<style>
span { border-color: #893271; }
span { border-color: rgb(137,50,113); }
td.TdClassName
{
border-color: #893271;
}
.TagClassName
{
border-color: #893271;
}
</style>