Shades of Purple #89097B
Tints of Purple #89097B
RGB
CMYK
RGB Variations
Color information
#89097B (or 0x89097B) is known color: Purple. HEX triplet: 89, 09 and 7B. RGB value is (137,9,123). Sum of RGB (Red+Green+Blue) = 137+9+123=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89097B is #76F684. Grayscale: #3B3B3B. Windows color (decimal): -7796357 or 8063369. OLE color: 8063369.
HSL color Cylindrical-coordinate representation of color #89097B: hue angle of 306.56º 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 #89097B is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 123 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.46 |
| HSL | 306.56º | 0.88% | 0.29% | - |
| HSV(B) | 306.56º | 0.93% | 0.54% | - |
| XYZ | 13.99 | 6.94 | 19.34 | - |
| YUV | 60.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 123 | 0 | 0.93 | 0.10 | 0.46 | 306.56 | 0.88 | 0.29 |
| Hex | 89 | 9 | 7B | 0 | 5D | A | 2E | 133 | 58 | 1D |
| Octal | 211 | 11 | 173 | 0 | 135 | 12 | 56 | 463 | 130 | 35 |
| Binary | 10001001 | 1001 | 1111011 | 0 | 1011101 | 1010 | 101110 | 100110011 | 1011000 | 11101 |
Color Harmonies of #89097B
Complementary color
Monochromatic Colors of #89097B
Black with #89097B
Text Example
Text Example
White with #89097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89097B; }
p { color: rgb(137,9,123); }
H1.HeaderClassName
{
color: #89097B;
}
.AnyTagClassName
{
color: #89097B;
}
</style>
background-color css
<style>
a { background-color: #89097B; }
a { background-color: rgb(137,9,123); }
div.DivClassName
{
background-color: #89097B;
}
.BgClassName
{
background-color: #89097B;
}
</style>
border-color css
<style>
span { border-color: #89097B; }
span { border-color: rgb(137,9,123); }
td.TdClassName
{
border-color: #89097B;
}
.TagClassName
{
border-color: #89097B;
}
</style>