Shades of Dark Purple #893781
Tints of Dark Purple #893781
RGB
CMYK
RGB Variations
Color information
#893781 (or 0x893781) is known color: Dark Purple. HEX triplet: 89, 37 and 81. RGB value is (137,55,129). Sum of RGB (Red+Green+Blue) = 137+55+129=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #893781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893781 is #76C87E. Grayscale: #575757. Windows color (decimal): -7784575 or 8468361. OLE color: 8468361.
HSL color Cylindrical-coordinate representation of color #893781: hue angle of 305.85º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893781 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 55 | 129 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.46 |
| HSL | 305.85º | 0.43% | 0.38% | - |
| HSV(B) | 305.85º | 0.6% | 0.54% | - |
| XYZ | 15.65 | 9.64 | 21.8 | - |
| YUV | 87.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 129 | 0 | 0.60 | 0.06 | 0.46 | 305.85 | 0.43 | 0.38 |
| Hex | 89 | 37 | 81 | 0 | 3C | 6 | 2E | 132 | 2B | 26 |
| Octal | 211 | 67 | 201 | 0 | 74 | 6 | 56 | 462 | 53 | 46 |
| Binary | 10001001 | 110111 | 10000001 | 0 | 111100 | 110 | 101110 | 100110010 | 101011 | 100110 |
Color Harmonies of #893781
Complementary color
Monochromatic Colors of #893781
Black with #893781
Text Example
Text Example
White with #893781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893781; }
p { color: rgb(137,55,129); }
H1.HeaderClassName
{
color: #893781;
}
.AnyTagClassName
{
color: #893781;
}
</style>
background-color css
<style>
a { background-color: #893781; }
a { background-color: rgb(137,55,129); }
div.DivClassName
{
background-color: #893781;
}
.BgClassName
{
background-color: #893781;
}
</style>
border-color css
<style>
span { border-color: #893781; }
span { border-color: rgb(137,55,129); }
td.TdClassName
{
border-color: #893781;
}
.TagClassName
{
border-color: #893781;
}
</style>