Shades of Purple #89027B
Tints of Purple #89027B
RGB
CMYK
RGB Variations
Color information
#89027B (or 0x89027B) is known color: Purple. HEX triplet: 89, 02 and 7B. RGB value is (137,2,123). Sum of RGB (Red+Green+Blue) = 137+2+123=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89027B is #76FD84. Grayscale: #373737. Windows color (decimal): -7798149 or 8061577. OLE color: 8061577.
HSL color Cylindrical-coordinate representation of color #89027B: hue angle of 306.22º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89027B is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.46 |
| HSL | 306.22º | 0.97% | 0.27% | - |
| HSV(B) | 306.22º | 0.99% | 0.54% | - |
| XYZ | 13.91 | 6.79 | 19.32 | - |
| YUV | 56.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 123 | 0 | 0.99 | 0.10 | 0.46 | 306.22 | 0.97 | 0.27 |
| Hex | 89 | 2 | 7B | 0 | 63 | A | 2E | 132 | 61 | 1B |
| Octal | 211 | 2 | 173 | 0 | 143 | 12 | 56 | 462 | 141 | 33 |
| Binary | 10001001 | 10 | 1111011 | 0 | 1100011 | 1010 | 101110 | 100110010 | 1100001 | 11011 |
Color Harmonies of #89027B
Complementary color
Monochromatic Colors of #89027B
Black with #89027B
Text Example
Text Example
White with #89027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89027B; }
p { color: rgb(137,2,123); }
H1.HeaderClassName
{
color: #89027B;
}
.AnyTagClassName
{
color: #89027B;
}
</style>
background-color css
<style>
a { background-color: #89027B; }
a { background-color: rgb(137,2,123); }
div.DivClassName
{
background-color: #89027B;
}
.BgClassName
{
background-color: #89027B;
}
</style>
border-color css
<style>
span { border-color: #89027B; }
span { border-color: rgb(137,2,123); }
td.TdClassName
{
border-color: #89027B;
}
.TagClassName
{
border-color: #89027B;
}
</style>