Shades of Dark Purple #893B7B
Tints of Dark Purple #893B7B
RGB
CMYK
RGB Variations
Color information
#893B7B (or 0x893B7B) is known color: Dark Purple. HEX triplet: 89, 3B and 7B. RGB value is (137,59,123). Sum of RGB (Red+Green+Blue) = 137+59+123=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #893B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893B7B is #76C484. Grayscale: #595959. Windows color (decimal): -7783557 or 8076169. OLE color: 8076169.
HSL color Cylindrical-coordinate representation of color #893B7B: hue angle of 310.77º 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 #893B7B is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 123 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.46 |
| HSL | 310.77º | 0.4% | 0.38% | - |
| HSV(B) | 310.77º | 0.57% | 0.54% | - |
| XYZ | 15.46 | 9.88 | 19.83 | - |
| YUV | 89.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 123 | 0 | 0.57 | 0.10 | 0.46 | 310.77 | 0.4 | 0.38 |
| Hex | 89 | 3B | 7B | 0 | 39 | A | 2E | 137 | 28 | 26 |
| Octal | 211 | 73 | 173 | 0 | 71 | 12 | 56 | 467 | 50 | 46 |
| Binary | 10001001 | 111011 | 1111011 | 0 | 111001 | 1010 | 101110 | 100110111 | 101000 | 100110 |
Color Harmonies of #893B7B
Complementary color
Monochromatic Colors of #893B7B
Black with #893B7B
Text Example
Text Example
White with #893B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B7B; }
p { color: rgb(137,59,123); }
H1.HeaderClassName
{
color: #893B7B;
}
.AnyTagClassName
{
color: #893B7B;
}
</style>
background-color css
<style>
a { background-color: #893B7B; }
a { background-color: rgb(137,59,123); }
div.DivClassName
{
background-color: #893B7B;
}
.BgClassName
{
background-color: #893B7B;
}
</style>
border-color css
<style>
span { border-color: #893B7B; }
span { border-color: rgb(137,59,123); }
td.TdClassName
{
border-color: #893B7B;
}
.TagClassName
{
border-color: #893B7B;
}
</style>