Shades of Dark Purple #89257C
Tints of Dark Purple #89257C
RGB
CMYK
RGB Variations
Color information
#89257C (or 0x89257C) is known color: Dark Purple. HEX triplet: 89, 25 and 7C. RGB value is (137,37,124). Sum of RGB (Red+Green+Blue) = 137+37+124=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89257C is #76DA83. Grayscale: #4C4C4C. Windows color (decimal): -7789188 or 8136073. OLE color: 8136073.
HSL color Cylindrical-coordinate representation of color #89257C: hue angle of 307.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89257C is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 124 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.46 |
| HSL | 307.8º | 0.57% | 0.34% | - |
| HSV(B) | 307.8º | 0.73% | 0.54% | - |
| XYZ | 14.62 | 8.1 | 19.86 | - |
| YUV | 76.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 124 | 0 | 0.73 | 0.09 | 0.46 | 307.8 | 0.57 | 0.34 |
| Hex | 89 | 25 | 7C | 0 | 49 | 9 | 2E | 134 | 39 | 22 |
| Octal | 211 | 45 | 174 | 0 | 111 | 11 | 56 | 464 | 71 | 42 |
| Binary | 10001001 | 100101 | 1111100 | 0 | 1001001 | 1001 | 101110 | 100110100 | 111001 | 100010 |
Color Harmonies of #89257C
Complementary color
Monochromatic Colors of #89257C
Black with #89257C
Text Example
Text Example
White with #89257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89257C; }
p { color: rgb(137,37,124); }
H1.HeaderClassName
{
color: #89257C;
}
.AnyTagClassName
{
color: #89257C;
}
</style>
background-color css
<style>
a { background-color: #89257C; }
a { background-color: rgb(137,37,124); }
div.DivClassName
{
background-color: #89257C;
}
.BgClassName
{
background-color: #89257C;
}
</style>
border-color css
<style>
span { border-color: #89257C; }
span { border-color: rgb(137,37,124); }
td.TdClassName
{
border-color: #89257C;
}
.TagClassName
{
border-color: #89257C;
}
</style>