Shades of Dark Purple #893371
Tints of Dark Purple #893371
RGB
CMYK
RGB Variations
Color information
#893371 (or 0x893371) is known color: Dark Purple. HEX triplet: 89, 33 and 71. RGB value is (137,51,113). Sum of RGB (Red+Green+Blue) = 137+51+113=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #893371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893371 is #76CC8E. Grayscale: #535353. Windows color (decimal): -7785615 or 7418761. OLE color: 7418761.
HSL color Cylindrical-coordinate representation of color #893371: hue angle of 316.74º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893371 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 113 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.46 |
| HSL | 316.74º | 0.46% | 0.37% | - |
| HSV(B) | 316.74º | 0.63% | 0.54% | - |
| XYZ | 14.48 | 8.88 | 16.57 | - |
| YUV | 83.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 113 | 0 | 0.63 | 0.18 | 0.46 | 316.74 | 0.46 | 0.37 |
| Hex | 89 | 33 | 71 | 0 | 3F | 12 | 2E | 13D | 2E | 25 |
| Octal | 211 | 63 | 161 | 0 | 77 | 22 | 56 | 475 | 56 | 45 |
| Binary | 10001001 | 110011 | 1110001 | 0 | 111111 | 10010 | 101110 | 100111101 | 101110 | 100101 |
Color Harmonies of #893371
Complementary color
Monochromatic Colors of #893371
Black with #893371
Text Example
Text Example
White with #893371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893371; }
p { color: rgb(137,51,113); }
H1.HeaderClassName
{
color: #893371;
}
.AnyTagClassName
{
color: #893371;
}
</style>
background-color css
<style>
a { background-color: #893371; }
a { background-color: rgb(137,51,113); }
div.DivClassName
{
background-color: #893371;
}
.BgClassName
{
background-color: #893371;
}
</style>
border-color css
<style>
span { border-color: #893371; }
span { border-color: rgb(137,51,113); }
td.TdClassName
{
border-color: #893371;
}
.TagClassName
{
border-color: #893371;
}
</style>