Shades of Dark Purple #893B74
Tints of Dark Purple #893B74
RGB
CMYK
RGB Variations
Color information
#893B74 (or 0x893B74) is known color: Dark Purple. HEX triplet: 89, 3B and 74. RGB value is (137,59,116). Sum of RGB (Red+Green+Blue) = 137+59+116=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #893B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893B74 is #76C48B. Grayscale: #585858. Windows color (decimal): -7783564 or 7617417. OLE color: 7617417.
HSL color Cylindrical-coordinate representation of color #893B74: hue angle of 316.15º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B74 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 116 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.46 |
| HSL | 316.15º | 0.4% | 0.38% | - |
| HSV(B) | 316.15º | 0.57% | 0.54% | - |
| XYZ | 15.03 | 9.71 | 17.6 | - |
| YUV | 88.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 116 | 0 | 0.57 | 0.15 | 0.46 | 316.15 | 0.4 | 0.38 |
| Hex | 89 | 3B | 74 | 0 | 39 | F | 2E | 13C | 28 | 26 |
| Octal | 211 | 73 | 164 | 0 | 71 | 17 | 56 | 474 | 50 | 46 |
| Binary | 10001001 | 111011 | 1110100 | 0 | 111001 | 1111 | 101110 | 100111100 | 101000 | 100110 |
Color Harmonies of #893B74
Complementary color
Monochromatic Colors of #893B74
Black with #893B74
Text Example
Text Example
White with #893B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B74; }
p { color: rgb(137,59,116); }
H1.HeaderClassName
{
color: #893B74;
}
.AnyTagClassName
{
color: #893B74;
}
</style>
background-color css
<style>
a { background-color: #893B74; }
a { background-color: rgb(137,59,116); }
div.DivClassName
{
background-color: #893B74;
}
.BgClassName
{
background-color: #893B74;
}
</style>
border-color css
<style>
span { border-color: #893B74; }
span { border-color: rgb(137,59,116); }
td.TdClassName
{
border-color: #893B74;
}
.TagClassName
{
border-color: #893B74;
}
</style>