Shades of Dark Purple #893077
Tints of Dark Purple #893077
RGB
CMYK
RGB Variations
Color information
#893077 (or 0x893077) is known color: Dark Purple. HEX triplet: 89, 30 and 77. RGB value is (137,48,119). Sum of RGB (Red+Green+Blue) = 137+48+119=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #893077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893077 is #76CF88. Grayscale: #525252. Windows color (decimal): -7786377 or 7811209. OLE color: 7811209.
HSL color Cylindrical-coordinate representation of color #893077: hue angle of 312.13º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893077 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 119 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.46 |
| HSL | 312.13º | 0.48% | 0.36% | - |
| HSV(B) | 312.13º | 0.65% | 0.54% | - |
| XYZ | 14.7 | 8.76 | 18.37 | - |
| YUV | 82.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 119 | 0 | 0.65 | 0.13 | 0.46 | 312.13 | 0.48 | 0.36 |
| Hex | 89 | 30 | 77 | 0 | 41 | D | 2E | 138 | 30 | 24 |
| Octal | 211 | 60 | 167 | 0 | 101 | 15 | 56 | 470 | 60 | 44 |
| Binary | 10001001 | 110000 | 1110111 | 0 | 1000001 | 1101 | 101110 | 100111000 | 110000 | 100100 |
Color Harmonies of #893077
Complementary color
Monochromatic Colors of #893077
Black with #893077
Text Example
Text Example
White with #893077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893077; }
p { color: rgb(137,48,119); }
H1.HeaderClassName
{
color: #893077;
}
.AnyTagClassName
{
color: #893077;
}
</style>
background-color css
<style>
a { background-color: #893077; }
a { background-color: rgb(137,48,119); }
div.DivClassName
{
background-color: #893077;
}
.BgClassName
{
background-color: #893077;
}
</style>
border-color css
<style>
span { border-color: #893077; }
span { border-color: rgb(137,48,119); }
td.TdClassName
{
border-color: #893077;
}
.TagClassName
{
border-color: #893077;
}
</style>