Shades of Dark Purple #893D76
Tints of Dark Purple #893D76
RGB
CMYK
RGB Variations
Color information
#893D76 (or 0x893D76) is known color: Dark Purple. HEX triplet: 89, 3D and 76. RGB value is (137,61,118). Sum of RGB (Red+Green+Blue) = 137+61+118=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #893D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D76 is #76C289. Grayscale: #5A5A5A. Windows color (decimal): -7783050 or 7749001. OLE color: 7749001.
HSL color Cylindrical-coordinate representation of color #893D76: hue angle of 315º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893D76 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 118 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.46 |
| HSL | 315º | 0.38% | 0.39% | - |
| HSV(B) | 315º | 0.55% | 0.54% | - |
| XYZ | 15.26 | 9.96 | 18.26 | - |
| YUV | 90.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 118 | 0 | 0.55 | 0.14 | 0.46 | 315 | 0.38 | 0.39 |
| Hex | 89 | 3D | 76 | 0 | 37 | E | 2E | 13B | 26 | 27 |
| Octal | 211 | 75 | 166 | 0 | 67 | 16 | 56 | 473 | 46 | 47 |
| Binary | 10001001 | 111101 | 1110110 | 0 | 110111 | 1110 | 101110 | 100111011 | 100110 | 100111 |
Color Harmonies of #893D76
Complementary color
Monochromatic Colors of #893D76
Black with #893D76
Text Example
Text Example
White with #893D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D76; }
p { color: rgb(137,61,118); }
H1.HeaderClassName
{
color: #893D76;
}
.AnyTagClassName
{
color: #893D76;
}
</style>
background-color css
<style>
a { background-color: #893D76; }
a { background-color: rgb(137,61,118); }
div.DivClassName
{
background-color: #893D76;
}
.BgClassName
{
background-color: #893D76;
}
</style>
border-color css
<style>
span { border-color: #893D76; }
span { border-color: rgb(137,61,118); }
td.TdClassName
{
border-color: #893D76;
}
.TagClassName
{
border-color: #893D76;
}
</style>