Shades of Dark Purple #89277C
Tints of Dark Purple #89277C
RGB
CMYK
RGB Variations
Color information
#89277C (or 0x89277C) is known color: Dark Purple. HEX triplet: 89, 27 and 7C. RGB value is (137,39,124). Sum of RGB (Red+Green+Blue) = 137+39+124=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #89277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89277C is #76D883. Grayscale: #4D4D4D. Windows color (decimal): -7788676 or 8136585. OLE color: 8136585.
HSL color Cylindrical-coordinate representation of color #89277C: hue angle of 307.96º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89277C is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 39 | 124 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.46 |
| HSL | 307.96º | 0.56% | 0.35% | - |
| HSV(B) | 307.96º | 0.72% | 0.54% | - |
| XYZ | 14.68 | 8.22 | 19.88 | - |
| YUV | 77.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 124 | 0 | 0.72 | 0.09 | 0.46 | 307.96 | 0.56 | 0.35 |
| Hex | 89 | 27 | 7C | 0 | 48 | 9 | 2E | 134 | 38 | 23 |
| Octal | 211 | 47 | 174 | 0 | 110 | 11 | 56 | 464 | 70 | 43 |
| Binary | 10001001 | 100111 | 1111100 | 0 | 1001000 | 1001 | 101110 | 100110100 | 111000 | 100011 |
Color Harmonies of #89277C
Complementary color
Monochromatic Colors of #89277C
Black with #89277C
Text Example
Text Example
White with #89277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89277C; }
p { color: rgb(137,39,124); }
H1.HeaderClassName
{
color: #89277C;
}
.AnyTagClassName
{
color: #89277C;
}
</style>
background-color css
<style>
a { background-color: #89277C; }
a { background-color: rgb(137,39,124); }
div.DivClassName
{
background-color: #89277C;
}
.BgClassName
{
background-color: #89277C;
}
</style>
border-color css
<style>
span { border-color: #89277C; }
span { border-color: rgb(137,39,124); }
td.TdClassName
{
border-color: #89277C;
}
.TagClassName
{
border-color: #89277C;
}
</style>