Shades of Purple #89057F
Tints of Purple #89057F
RGB
CMYK
RGB Variations
Color information
#89057F (or 0x89057F) is known color: Purple. HEX triplet: 89, 05 and 7F. RGB value is (137,5,127). Sum of RGB (Red+Green+Blue) = 137+5+127=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89057F is #76FA80. Grayscale: #3A3A3A. Windows color (decimal): -7797377 or 8324489. OLE color: 8324489.
HSL color Cylindrical-coordinate representation of color #89057F: hue angle of 304.55º 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 #89057F is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 127 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.46 |
| HSL | 304.55º | 0.93% | 0.28% | - |
| HSV(B) | 304.55º | 0.96% | 0.54% | - |
| XYZ | 14.2 | 6.96 | 20.67 | - |
| YUV | 58.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 127 | 0 | 0.96 | 0.07 | 0.46 | 304.55 | 0.93 | 0.28 |
| Hex | 89 | 5 | 7F | 0 | 60 | 7 | 2E | 131 | 5D | 1C |
| Octal | 211 | 5 | 177 | 0 | 140 | 7 | 56 | 461 | 135 | 34 |
| Binary | 10001001 | 101 | 1111111 | 0 | 1100000 | 111 | 101110 | 100110001 | 1011101 | 11100 |
Color Harmonies of #89057F
Complementary color
Monochromatic Colors of #89057F
Black with #89057F
Text Example
Text Example
White with #89057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89057F; }
p { color: rgb(137,5,127); }
H1.HeaderClassName
{
color: #89057F;
}
.AnyTagClassName
{
color: #89057F;
}
</style>
background-color css
<style>
a { background-color: #89057F; }
a { background-color: rgb(137,5,127); }
div.DivClassName
{
background-color: #89057F;
}
.BgClassName
{
background-color: #89057F;
}
</style>
border-color css
<style>
span { border-color: #89057F; }
span { border-color: rgb(137,5,127); }
td.TdClassName
{
border-color: #89057F;
}
.TagClassName
{
border-color: #89057F;
}
</style>