Shades of Dark Purple #893B7D
Tints of Dark Purple #893B7D
RGB
CMYK
RGB Variations
Color information
#893B7D (or 0x893B7D) is known color: Dark Purple. HEX triplet: 89, 3B and 7D. RGB value is (137,59,125). Sum of RGB (Red+Green+Blue) = 137+59+125=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #893B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893B7D is #76C482. Grayscale: #595959. Windows color (decimal): -7783555 or 8207241. OLE color: 8207241.
HSL color Cylindrical-coordinate representation of color #893B7D: hue angle of 309.23º 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 #893B7D is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 125 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.46 |
| HSL | 309.23º | 0.4% | 0.38% | - |
| HSV(B) | 309.23º | 0.57% | 0.54% | - |
| XYZ | 15.58 | 9.93 | 20.5 | - |
| YUV | 89.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 125 | 0 | 0.57 | 0.09 | 0.46 | 309.23 | 0.4 | 0.38 |
| Hex | 89 | 3B | 7D | 0 | 39 | 9 | 2E | 135 | 28 | 26 |
| Octal | 211 | 73 | 175 | 0 | 71 | 11 | 56 | 465 | 50 | 46 |
| Binary | 10001001 | 111011 | 1111101 | 0 | 111001 | 1001 | 101110 | 100110101 | 101000 | 100110 |
Color Harmonies of #893B7D
Complementary color
Monochromatic Colors of #893B7D
Black with #893B7D
Text Example
Text Example
White with #893B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B7D; }
p { color: rgb(137,59,125); }
H1.HeaderClassName
{
color: #893B7D;
}
.AnyTagClassName
{
color: #893B7D;
}
</style>
background-color css
<style>
a { background-color: #893B7D; }
a { background-color: rgb(137,59,125); }
div.DivClassName
{
background-color: #893B7D;
}
.BgClassName
{
background-color: #893B7D;
}
</style>
border-color css
<style>
span { border-color: #893B7D; }
span { border-color: rgb(137,59,125); }
td.TdClassName
{
border-color: #893B7D;
}
.TagClassName
{
border-color: #893B7D;
}
</style>