Shades of Dark Purple #89247F
Tints of Dark Purple #89247F
RGB
CMYK
RGB Variations
Color information
#89247F (or 0x89247F) is known color: Dark Purple. HEX triplet: 89, 24 and 7F. RGB value is (137,36,127). Sum of RGB (Red+Green+Blue) = 137+36+127=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #89247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89247F is #76DB80. Grayscale: #4C4C4C. Windows color (decimal): -7789441 or 8332425. OLE color: 8332425.
HSL color Cylindrical-coordinate representation of color #89247F: hue angle of 305.94º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89247F is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 127 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.46 |
| HSL | 305.94º | 0.58% | 0.34% | - |
| HSV(B) | 305.94º | 0.74% | 0.54% | - |
| XYZ | 14.78 | 8.11 | 20.87 | - |
| YUV | 76.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 127 | 0 | 0.74 | 0.07 | 0.46 | 305.94 | 0.58 | 0.34 |
| Hex | 89 | 24 | 7F | 0 | 4A | 7 | 2E | 132 | 3A | 22 |
| Octal | 211 | 44 | 177 | 0 | 112 | 7 | 56 | 462 | 72 | 42 |
| Binary | 10001001 | 100100 | 1111111 | 0 | 1001010 | 111 | 101110 | 100110010 | 111010 | 100010 |
Color Harmonies of #89247F
Complementary color
Monochromatic Colors of #89247F
Black with #89247F
Text Example
Text Example
White with #89247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89247F; }
p { color: rgb(137,36,127); }
H1.HeaderClassName
{
color: #89247F;
}
.AnyTagClassName
{
color: #89247F;
}
</style>
background-color css
<style>
a { background-color: #89247F; }
a { background-color: rgb(137,36,127); }
div.DivClassName
{
background-color: #89247F;
}
.BgClassName
{
background-color: #89247F;
}
</style>
border-color css
<style>
span { border-color: #89247F; }
span { border-color: rgb(137,36,127); }
td.TdClassName
{
border-color: #89247F;
}
.TagClassName
{
border-color: #89247F;
}
</style>