Shades of Dark Purple #89186C
Tints of Dark Purple #89186C
RGB
CMYK
RGB Variations
Color information
#89186C (or 0x89186C) is known color: Dark Purple. HEX triplet: 89, 18 and 6C. RGB value is (137,24,108). Sum of RGB (Red+Green+Blue) = 137+24+108=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89186C is #76E793. Grayscale: #434343. Windows color (decimal): -7792532 or 7084169. OLE color: 7084169.
HSL color Cylindrical-coordinate representation of color #89186C: hue angle of 315.4º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89186C is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 108 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.46 |
| HSL | 315.4º | 0.7% | 0.32% | - |
| HSV(B) | 315.4º | 0.82% | 0.54% | - |
| XYZ | 13.35 | 7.05 | 14.85 | - |
| YUV | 67.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 108 | 0 | 0.82 | 0.21 | 0.46 | 315.4 | 0.7 | 0.32 |
| Hex | 89 | 18 | 6C | 0 | 52 | 15 | 2E | 13B | 46 | 20 |
| Octal | 211 | 30 | 154 | 0 | 122 | 25 | 56 | 473 | 106 | 40 |
| Binary | 10001001 | 11000 | 1101100 | 0 | 1010010 | 10101 | 101110 | 100111011 | 1000110 | 100000 |
Color Harmonies of #89186C
Complementary color
Monochromatic Colors of #89186C
Black with #89186C
Text Example
Text Example
White with #89186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89186C; }
p { color: rgb(137,24,108); }
H1.HeaderClassName
{
color: #89186C;
}
.AnyTagClassName
{
color: #89186C;
}
</style>
background-color css
<style>
a { background-color: #89186C; }
a { background-color: rgb(137,24,108); }
div.DivClassName
{
background-color: #89186C;
}
.BgClassName
{
background-color: #89186C;
}
</style>
border-color css
<style>
span { border-color: #89186C; }
span { border-color: rgb(137,24,108); }
td.TdClassName
{
border-color: #89186C;
}
.TagClassName
{
border-color: #89186C;
}
</style>