Shades of Dark Purple #89117E
Tints of Dark Purple #89117E
RGB
CMYK
RGB Variations
Color information
#89117E (or 0x89117E) is known color: Dark Purple. HEX triplet: 89, 11 and 7E. RGB value is (137,17,126). Sum of RGB (Red+Green+Blue) = 137+17+126=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89117E is #76EE81. Grayscale: #404040. Windows color (decimal): -7794306 or 8262025. OLE color: 8262025.
HSL color Cylindrical-coordinate representation of color #89117E: hue angle of 305.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89117E is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 126 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.46 |
| HSL | 305.5º | 0.78% | 0.3% | - |
| HSV(B) | 305.5º | 0.88% | 0.54% | - |
| XYZ | 14.28 | 7.23 | 20.38 | - |
| YUV | 65.31 | 162.26 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 126 | 0 | 0.88 | 0.08 | 0.46 | 305.5 | 0.78 | 0.3 |
| Hex | 89 | 11 | 7E | 0 | 58 | 8 | 2E | 132 | 4E | 1E |
| Octal | 211 | 21 | 176 | 0 | 130 | 10 | 56 | 462 | 116 | 36 |
| Binary | 10001001 | 10001 | 1111110 | 0 | 1011000 | 1000 | 101110 | 100110010 | 1001110 | 11110 |
Color Harmonies of #89117E
Complementary color
Monochromatic Colors of #89117E
Black with #89117E
Text Example
Text Example
White with #89117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89117E; }
p { color: rgb(137,17,126); }
H1.HeaderClassName
{
color: #89117E;
}
.AnyTagClassName
{
color: #89117E;
}
</style>
background-color css
<style>
a { background-color: #89117E; }
a { background-color: rgb(137,17,126); }
div.DivClassName
{
background-color: #89117E;
}
.BgClassName
{
background-color: #89117E;
}
</style>
border-color css
<style>
span { border-color: #89117E; }
span { border-color: rgb(137,17,126); }
td.TdClassName
{
border-color: #89117E;
}
.TagClassName
{
border-color: #89117E;
}
</style>