Shades of Dark Purple #89126C
Tints of Dark Purple #89126C
RGB
CMYK
RGB Variations
Color information
#89126C (or 0x89126C) is known color: Dark Purple. HEX triplet: 89, 12 and 6C. RGB value is (137,18,108). Sum of RGB (Red+Green+Blue) = 137+18+108=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #89126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89126C is #76ED93. Grayscale: #3F3F3F. Windows color (decimal): -7794068 or 7082633. OLE color: 7082633.
HSL color Cylindrical-coordinate representation of color #89126C: hue angle of 314.62º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89126C is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 108 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.46 |
| HSL | 314.62º | 0.77% | 0.3% | - |
| HSV(B) | 314.62º | 0.87% | 0.54% | - |
| XYZ | 13.24 | 6.83 | 14.81 | - |
| YUV | 63.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 108 | 0 | 0.87 | 0.21 | 0.46 | 314.62 | 0.77 | 0.3 |
| Hex | 89 | 12 | 6C | 0 | 57 | 15 | 2E | 13B | 4D | 1E |
| Octal | 211 | 22 | 154 | 0 | 127 | 25 | 56 | 473 | 115 | 36 |
| Binary | 10001001 | 10010 | 1101100 | 0 | 1010111 | 10101 | 101110 | 100111011 | 1001101 | 11110 |
Color Harmonies of #89126C
Complementary color
Monochromatic Colors of #89126C
Black with #89126C
Text Example
Text Example
White with #89126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89126C; }
p { color: rgb(137,18,108); }
H1.HeaderClassName
{
color: #89126C;
}
.AnyTagClassName
{
color: #89126C;
}
</style>
background-color css
<style>
a { background-color: #89126C; }
a { background-color: rgb(137,18,108); }
div.DivClassName
{
background-color: #89126C;
}
.BgClassName
{
background-color: #89126C;
}
</style>
border-color css
<style>
span { border-color: #89126C; }
span { border-color: rgb(137,18,108); }
td.TdClassName
{
border-color: #89126C;
}
.TagClassName
{
border-color: #89126C;
}
</style>