Shades of Dark Purple #89206F
Tints of Dark Purple #89206F
RGB
CMYK
RGB Variations
Color information
#89206F (or 0x89206F) is known color: Dark Purple. HEX triplet: 89, 20 and 6F. RGB value is (137,32,111). Sum of RGB (Red+Green+Blue) = 137+32+111=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89206F is #76DF90. Grayscale: #484848. Windows color (decimal): -7790481 or 7282825. OLE color: 7282825.
HSL color Cylindrical-coordinate representation of color #89206F: hue angle of 314.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89206F is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 111 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.46 |
| HSL | 314.86º | 0.62% | 0.33% | - |
| HSV(B) | 314.86º | 0.77% | 0.54% | - |
| XYZ | 13.7 | 7.5 | 15.76 | - |
| YUV | 72.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 111 | 0 | 0.77 | 0.19 | 0.46 | 314.86 | 0.62 | 0.33 |
| Hex | 89 | 20 | 6F | 0 | 4D | 13 | 2E | 13B | 3E | 21 |
| Octal | 211 | 40 | 157 | 0 | 115 | 23 | 56 | 473 | 76 | 41 |
| Binary | 10001001 | 100000 | 1101111 | 0 | 1001101 | 10011 | 101110 | 100111011 | 111110 | 100001 |
Color Harmonies of #89206F
Complementary color
Monochromatic Colors of #89206F
Black with #89206F
Text Example
Text Example
White with #89206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89206F; }
p { color: rgb(137,32,111); }
H1.HeaderClassName
{
color: #89206F;
}
.AnyTagClassName
{
color: #89206F;
}
</style>
background-color css
<style>
a { background-color: #89206F; }
a { background-color: rgb(137,32,111); }
div.DivClassName
{
background-color: #89206F;
}
.BgClassName
{
background-color: #89206F;
}
</style>
border-color css
<style>
span { border-color: #89206F; }
span { border-color: rgb(137,32,111); }
td.TdClassName
{
border-color: #89206F;
}
.TagClassName
{
border-color: #89206F;
}
</style>