Shades of Dark Purple #89287F
Tints of Dark Purple #89287F
RGB
CMYK
RGB Variations
Color information
#89287F (or 0x89287F) is known color: Dark Purple. HEX triplet: 89, 28 and 7F. RGB value is (137,40,127). Sum of RGB (Red+Green+Blue) = 137+40+127=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #89287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89287F is #76D780. Grayscale: #4E4E4E. Windows color (decimal): -7788417 or 8333449. OLE color: 8333449.
HSL color Cylindrical-coordinate representation of color #89287F: hue angle of 306.19º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89287F is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 127 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.46 |
| HSL | 306.19º | 0.55% | 0.35% | - |
| HSV(B) | 306.19º | 0.71% | 0.54% | - |
| XYZ | 14.91 | 8.37 | 20.91 | - |
| YUV | 78.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 127 | 0 | 0.71 | 0.07 | 0.46 | 306.19 | 0.55 | 0.35 |
| Hex | 89 | 28 | 7F | 0 | 47 | 7 | 2E | 132 | 37 | 23 |
| Octal | 211 | 50 | 177 | 0 | 107 | 7 | 56 | 462 | 67 | 43 |
| Binary | 10001001 | 101000 | 1111111 | 0 | 1000111 | 111 | 101110 | 100110010 | 110111 | 100011 |
Color Harmonies of #89287F
Complementary color
Monochromatic Colors of #89287F
Black with #89287F
Text Example
Text Example
White with #89287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89287F; }
p { color: rgb(137,40,127); }
H1.HeaderClassName
{
color: #89287F;
}
.AnyTagClassName
{
color: #89287F;
}
</style>
background-color css
<style>
a { background-color: #89287F; }
a { background-color: rgb(137,40,127); }
div.DivClassName
{
background-color: #89287F;
}
.BgClassName
{
background-color: #89287F;
}
</style>
border-color css
<style>
span { border-color: #89287F; }
span { border-color: rgb(137,40,127); }
td.TdClassName
{
border-color: #89287F;
}
.TagClassName
{
border-color: #89287F;
}
</style>