Shades of Purple #89057D
Tints of Purple #89057D
RGB
CMYK
RGB Variations
Color information
#89057D (or 0x89057D) is known color: Purple. HEX triplet: 89, 05 and 7D. RGB value is (137,5,125). Sum of RGB (Red+Green+Blue) = 137+5+125=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89057D is #76FA82. Grayscale: #393939. Windows color (decimal): -7797379 or 8193417. OLE color: 8193417.
HSL color Cylindrical-coordinate representation of color #89057D: hue angle of 305.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89057D is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 125 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.46 |
| HSL | 305.45º | 0.93% | 0.28% | - |
| HSV(B) | 305.45º | 0.96% | 0.54% | - |
| XYZ | 14.07 | 6.91 | 19.99 | - |
| YUV | 58.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 125 | 0 | 0.96 | 0.09 | 0.46 | 305.45 | 0.93 | 0.28 |
| Hex | 89 | 5 | 7D | 0 | 60 | 9 | 2E | 131 | 5D | 1C |
| Octal | 211 | 5 | 175 | 0 | 140 | 11 | 56 | 461 | 135 | 34 |
| Binary | 10001001 | 101 | 1111101 | 0 | 1100000 | 1001 | 101110 | 100110001 | 1011101 | 11100 |
Color Harmonies of #89057D
Complementary color
Monochromatic Colors of #89057D
Black with #89057D
Text Example
Text Example
White with #89057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89057D; }
p { color: rgb(137,5,125); }
H1.HeaderClassName
{
color: #89057D;
}
.AnyTagClassName
{
color: #89057D;
}
</style>
background-color css
<style>
a { background-color: #89057D; }
a { background-color: rgb(137,5,125); }
div.DivClassName
{
background-color: #89057D;
}
.BgClassName
{
background-color: #89057D;
}
</style>
border-color css
<style>
span { border-color: #89057D; }
span { border-color: rgb(137,5,125); }
td.TdClassName
{
border-color: #89057D;
}
.TagClassName
{
border-color: #89057D;
}
</style>