Shades of Dark Purple #89307A
Tints of Dark Purple #89307A
RGB
CMYK
RGB Variations
Color information
#89307A (or 0x89307A) is known color: Dark Purple. HEX triplet: 89, 30 and 7A. RGB value is (137,48,122). Sum of RGB (Red+Green+Blue) = 137+48+122=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #89307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89307A is #76CF85. Grayscale: #525252. Windows color (decimal): -7786374 or 8007817. OLE color: 8007817.
HSL color Cylindrical-coordinate representation of color #89307A: hue angle of 310.11º 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 #89307A is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 122 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.46 |
| HSL | 310.11º | 0.48% | 0.36% | - |
| HSV(B) | 310.11º | 0.65% | 0.54% | - |
| XYZ | 14.89 | 8.84 | 19.33 | - |
| YUV | 83.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 122 | 0 | 0.65 | 0.11 | 0.46 | 310.11 | 0.48 | 0.36 |
| Hex | 89 | 30 | 7A | 0 | 41 | B | 2E | 136 | 30 | 24 |
| Octal | 211 | 60 | 172 | 0 | 101 | 13 | 56 | 466 | 60 | 44 |
| Binary | 10001001 | 110000 | 1111010 | 0 | 1000001 | 1011 | 101110 | 100110110 | 110000 | 100100 |
Color Harmonies of #89307A
Complementary color
Monochromatic Colors of #89307A
Black with #89307A
Text Example
Text Example
White with #89307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89307A; }
p { color: rgb(137,48,122); }
H1.HeaderClassName
{
color: #89307A;
}
.AnyTagClassName
{
color: #89307A;
}
</style>
background-color css
<style>
a { background-color: #89307A; }
a { background-color: rgb(137,48,122); }
div.DivClassName
{
background-color: #89307A;
}
.BgClassName
{
background-color: #89307A;
}
</style>
border-color css
<style>
span { border-color: #89307A; }
span { border-color: rgb(137,48,122); }
td.TdClassName
{
border-color: #89307A;
}
.TagClassName
{
border-color: #89307A;
}
</style>