Shades of Dark Purple #89187D
Tints of Dark Purple #89187D
RGB
CMYK
RGB Variations
Color information
#89187D (or 0x89187D) is known color: Dark Purple. HEX triplet: 89, 18 and 7D. RGB value is (137,24,125). Sum of RGB (Red+Green+Blue) = 137+24+125=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #89187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89187D is #76E782. Grayscale: #454545. Windows color (decimal): -7792515 or 8198281. OLE color: 8198281.
HSL color Cylindrical-coordinate representation of color #89187D: hue angle of 306.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89187D is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 125 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.46 |
| HSL | 306.37º | 0.7% | 0.32% | - |
| HSV(B) | 306.37º | 0.82% | 0.54% | - |
| XYZ | 14.34 | 7.45 | 20.08 | - |
| YUV | 69.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 125 | 0 | 0.82 | 0.09 | 0.46 | 306.37 | 0.7 | 0.32 |
| Hex | 89 | 18 | 7D | 0 | 52 | 9 | 2E | 132 | 46 | 20 |
| Octal | 211 | 30 | 175 | 0 | 122 | 11 | 56 | 462 | 106 | 40 |
| Binary | 10001001 | 11000 | 1111101 | 0 | 1010010 | 1001 | 101110 | 100110010 | 1000110 | 100000 |
Color Harmonies of #89187D
Complementary color
Monochromatic Colors of #89187D
Black with #89187D
Text Example
Text Example
White with #89187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89187D; }
p { color: rgb(137,24,125); }
H1.HeaderClassName
{
color: #89187D;
}
.AnyTagClassName
{
color: #89187D;
}
</style>
background-color css
<style>
a { background-color: #89187D; }
a { background-color: rgb(137,24,125); }
div.DivClassName
{
background-color: #89187D;
}
.BgClassName
{
background-color: #89187D;
}
</style>
border-color css
<style>
span { border-color: #89187D; }
span { border-color: rgb(137,24,125); }
td.TdClassName
{
border-color: #89187D;
}
.TagClassName
{
border-color: #89187D;
}
</style>