Shades of Purple #89037C
Tints of Purple #89037C
RGB
CMYK
RGB Variations
Color information
#89037C (or 0x89037C) is known color: Purple. HEX triplet: 89, 03 and 7C. RGB value is (137,3,124). Sum of RGB (Red+Green+Blue) = 137+3+124=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89037C is #76FC83. Grayscale: #383838. Windows color (decimal): -7797892 or 8127369. OLE color: 8127369.
HSL color Cylindrical-coordinate representation of color #89037C: hue angle of 305.82º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89037C is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.46 |
| HSL | 305.82º | 0.96% | 0.27% | - |
| HSV(B) | 305.82º | 0.98% | 0.54% | - |
| XYZ | 13.99 | 6.84 | 19.65 | - |
| YUV | 56.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 124 | 0 | 0.98 | 0.09 | 0.46 | 305.82 | 0.96 | 0.27 |
| Hex | 89 | 3 | 7C | 0 | 62 | 9 | 2E | 132 | 60 | 1B |
| Octal | 211 | 3 | 174 | 0 | 142 | 11 | 56 | 462 | 140 | 33 |
| Binary | 10001001 | 11 | 1111100 | 0 | 1100010 | 1001 | 101110 | 100110010 | 1100000 | 11011 |
Color Harmonies of #89037C
Complementary color
Monochromatic Colors of #89037C
Black with #89037C
Text Example
Text Example
White with #89037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89037C; }
p { color: rgb(137,3,124); }
H1.HeaderClassName
{
color: #89037C;
}
.AnyTagClassName
{
color: #89037C;
}
</style>
background-color css
<style>
a { background-color: #89037C; }
a { background-color: rgb(137,3,124); }
div.DivClassName
{
background-color: #89037C;
}
.BgClassName
{
background-color: #89037C;
}
</style>
border-color css
<style>
span { border-color: #89037C; }
span { border-color: rgb(137,3,124); }
td.TdClassName
{
border-color: #89037C;
}
.TagClassName
{
border-color: #89037C;
}
</style>