Shades of Purple #89097F
Tints of Purple #89097F
RGB
CMYK
RGB Variations
Color information
#89097F (or 0x89097F) is known color: Purple. HEX triplet: 89, 09 and 7F. RGB value is (137,9,127). Sum of RGB (Red+Green+Blue) = 137+9+127=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #89097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89097F is #76F680. Grayscale: #3C3C3C. Windows color (decimal): -7796353 or 8325513. OLE color: 8325513.
HSL color Cylindrical-coordinate representation of color #89097F: hue angle of 304.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89097F is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 127 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.46 |
| HSL | 304.69º | 0.88% | 0.29% | - |
| HSV(B) | 304.69º | 0.93% | 0.54% | - |
| XYZ | 14.24 | 7.05 | 20.69 | - |
| YUV | 60.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 127 | 0 | 0.93 | 0.07 | 0.46 | 304.69 | 0.88 | 0.29 |
| Hex | 89 | 9 | 7F | 0 | 5D | 7 | 2E | 131 | 58 | 1D |
| Octal | 211 | 11 | 177 | 0 | 135 | 7 | 56 | 461 | 130 | 35 |
| Binary | 10001001 | 1001 | 1111111 | 0 | 1011101 | 111 | 101110 | 100110001 | 1011000 | 11101 |
Color Harmonies of #89097F
Complementary color
Monochromatic Colors of #89097F
Black with #89097F
Text Example
Text Example
White with #89097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89097F; }
p { color: rgb(137,9,127); }
H1.HeaderClassName
{
color: #89097F;
}
.AnyTagClassName
{
color: #89097F;
}
</style>
background-color css
<style>
a { background-color: #89097F; }
a { background-color: rgb(137,9,127); }
div.DivClassName
{
background-color: #89097F;
}
.BgClassName
{
background-color: #89097F;
}
</style>
border-color css
<style>
span { border-color: #89097F; }
span { border-color: rgb(137,9,127); }
td.TdClassName
{
border-color: #89097F;
}
.TagClassName
{
border-color: #89097F;
}
</style>