Shades of Dark Purple #89107F
Tints of Dark Purple #89107F
RGB
CMYK
RGB Variations
Color information
#89107F (or 0x89107F) is known color: Dark Purple. HEX triplet: 89, 10 and 7F. RGB value is (137,16,127). Sum of RGB (Red+Green+Blue) = 137+16+127=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89107F is #76EF80. Grayscale: #404040. Windows color (decimal): -7794561 or 8327305. OLE color: 8327305.
HSL color Cylindrical-coordinate representation of color #89107F: hue angle of 304.96º degrees, saturation: 0.79, 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 #89107F is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 127 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.46 |
| HSL | 304.96º | 0.79% | 0.3% | - |
| HSV(B) | 304.96º | 0.88% | 0.54% | - |
| XYZ | 14.33 | 7.22 | 20.72 | - |
| YUV | 64.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 127 | 0 | 0.88 | 0.07 | 0.46 | 304.96 | 0.79 | 0.3 |
| Hex | 89 | 10 | 7F | 0 | 58 | 7 | 2E | 131 | 4F | 1E |
| Octal | 211 | 20 | 177 | 0 | 130 | 7 | 56 | 461 | 117 | 36 |
| Binary | 10001001 | 10000 | 1111111 | 0 | 1011000 | 111 | 101110 | 100110001 | 1001111 | 11110 |
Color Harmonies of #89107F
Complementary color
Monochromatic Colors of #89107F
Black with #89107F
Text Example
Text Example
White with #89107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89107F; }
p { color: rgb(137,16,127); }
H1.HeaderClassName
{
color: #89107F;
}
.AnyTagClassName
{
color: #89107F;
}
</style>
background-color css
<style>
a { background-color: #89107F; }
a { background-color: rgb(137,16,127); }
div.DivClassName
{
background-color: #89107F;
}
.BgClassName
{
background-color: #89107F;
}
</style>
border-color css
<style>
span { border-color: #89107F; }
span { border-color: rgb(137,16,127); }
td.TdClassName
{
border-color: #89107F;
}
.TagClassName
{
border-color: #89107F;
}
</style>