Shades of Dark Purple #893B7E
Tints of Dark Purple #893B7E
RGB
CMYK
RGB Variations
Color information
#893B7E (or 0x893B7E) is known color: Dark Purple. HEX triplet: 89, 3B and 7E. RGB value is (137,59,126). Sum of RGB (Red+Green+Blue) = 137+59+126=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #893B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893B7E is #76C481. Grayscale: #595959. Windows color (decimal): -7783554 or 8272777. OLE color: 8272777.
HSL color Cylindrical-coordinate representation of color #893B7E: hue angle of 308.46º 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 #893B7E is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 126 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.46 |
| HSL | 308.46º | 0.4% | 0.38% | - |
| HSV(B) | 308.46º | 0.57% | 0.54% | - |
| XYZ | 15.65 | 9.95 | 20.84 | - |
| YUV | 89.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 126 | 0 | 0.57 | 0.08 | 0.46 | 308.46 | 0.4 | 0.38 |
| Hex | 89 | 3B | 7E | 0 | 39 | 8 | 2E | 134 | 28 | 26 |
| Octal | 211 | 73 | 176 | 0 | 71 | 10 | 56 | 464 | 50 | 46 |
| Binary | 10001001 | 111011 | 1111110 | 0 | 111001 | 1000 | 101110 | 100110100 | 101000 | 100110 |
Color Harmonies of #893B7E
Complementary color
Monochromatic Colors of #893B7E
Black with #893B7E
Text Example
Text Example
White with #893B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B7E; }
p { color: rgb(137,59,126); }
H1.HeaderClassName
{
color: #893B7E;
}
.AnyTagClassName
{
color: #893B7E;
}
</style>
background-color css
<style>
a { background-color: #893B7E; }
a { background-color: rgb(137,59,126); }
div.DivClassName
{
background-color: #893B7E;
}
.BgClassName
{
background-color: #893B7E;
}
</style>
border-color css
<style>
span { border-color: #893B7E; }
span { border-color: rgb(137,59,126); }
td.TdClassName
{
border-color: #893B7E;
}
.TagClassName
{
border-color: #893B7E;
}
</style>