Shades of Purple #89097A
Tints of Purple #89097A
RGB
CMYK
RGB Variations
Color information
#89097A (or 0x89097A) is known color: Purple. HEX triplet: 89, 09 and 7A. RGB value is (137,9,122). Sum of RGB (Red+Green+Blue) = 137+9+122=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89097A is #76F685. Grayscale: #3B3B3B. Windows color (decimal): -7796358 or 7997833. OLE color: 7997833.
HSL color Cylindrical-coordinate representation of color #89097A: hue angle of 307.03º 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 #89097A is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 122 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.46 |
| HSL | 307.03º | 0.88% | 0.29% | - |
| HSV(B) | 307.03º | 0.93% | 0.54% | - |
| XYZ | 13.93 | 6.92 | 19.01 | - |
| YUV | 60.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 122 | 0 | 0.93 | 0.11 | 0.46 | 307.03 | 0.88 | 0.29 |
| Hex | 89 | 9 | 7A | 0 | 5D | B | 2E | 133 | 58 | 1D |
| Octal | 211 | 11 | 172 | 0 | 135 | 13 | 56 | 463 | 130 | 35 |
| Binary | 10001001 | 1001 | 1111010 | 0 | 1011101 | 1011 | 101110 | 100110011 | 1011000 | 11101 |
Color Harmonies of #89097A
Complementary color
Monochromatic Colors of #89097A
Black with #89097A
Text Example
Text Example
White with #89097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89097A; }
p { color: rgb(137,9,122); }
H1.HeaderClassName
{
color: #89097A;
}
.AnyTagClassName
{
color: #89097A;
}
</style>
background-color css
<style>
a { background-color: #89097A; }
a { background-color: rgb(137,9,122); }
div.DivClassName
{
background-color: #89097A;
}
.BgClassName
{
background-color: #89097A;
}
</style>
border-color css
<style>
span { border-color: #89097A; }
span { border-color: rgb(137,9,122); }
td.TdClassName
{
border-color: #89097A;
}
.TagClassName
{
border-color: #89097A;
}
</style>