Shades of Purple #89007B
Tints of Purple #89007B
RGB
CMYK
RGB Variations
Color information
#89007B (or 0x89007B) is known color: Purple. HEX triplet: 89, 00 and 7B. RGB value is (137,0,123). Sum of RGB (Red+Green+Blue) = 137+0+123=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #89007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89007B is #76FF84. Grayscale: #363636. Windows color (decimal): -7798661 or 8061065. OLE color: 8061065.
HSL color Cylindrical-coordinate representation of color #89007B: hue angle of 306.13º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89007B is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.10 | 0.46 |
| HSL | 306.13º | 1% | 0.27% | - |
| HSV(B) | 306.13º | 1% | 0.54% | - |
| XYZ | 13.89 | 6.75 | 19.31 | - |
| YUV | 54.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 123 | 0 | 1 | 0.10 | 0.46 | 306.13 | 1 | 0.27 |
| Hex | 89 | 0 | 7B | 0 | 64 | A | 2E | 132 | 64 | 1B |
| Octal | 211 | 0 | 173 | 0 | 144 | 12 | 56 | 462 | 144 | 33 |
| Binary | 10001001 | 0 | 1111011 | 0 | 1100100 | 1010 | 101110 | 100110010 | 1100100 | 11011 |
Color Harmonies of #89007B
Complementary color
Monochromatic Colors of #89007B
Black with #89007B
Text Example
Text Example
White with #89007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89007B; }
p { color: rgb(137,0,123); }
H1.HeaderClassName
{
color: #89007B;
}
.AnyTagClassName
{
color: #89007B;
}
</style>
background-color css
<style>
a { background-color: #89007B; }
a { background-color: rgb(137,0,123); }
div.DivClassName
{
background-color: #89007B;
}
.BgClassName
{
background-color: #89007B;
}
</style>
border-color css
<style>
span { border-color: #89007B; }
span { border-color: rgb(137,0,123); }
td.TdClassName
{
border-color: #89007B;
}
.TagClassName
{
border-color: #89007B;
}
</style>