Shades of Dark Purple #89216F
Tints of Dark Purple #89216F
RGB
CMYK
RGB Variations
Color information
#89216F (or 0x89216F) is known color: Dark Purple. HEX triplet: 89, 21 and 6F. RGB value is (137,33,111). Sum of RGB (Red+Green+Blue) = 137+33+111=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89216F is #76DE90. Grayscale: #484848. Windows color (decimal): -7790225 or 7283081. OLE color: 7283081.
HSL color Cylindrical-coordinate representation of color #89216F: hue angle of 315º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89216F is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 111 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.46 |
| HSL | 315º | 0.61% | 0.33% | - |
| HSV(B) | 315º | 0.76% | 0.54% | - |
| XYZ | 13.73 | 7.55 | 15.77 | - |
| YUV | 72.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 111 | 0 | 0.76 | 0.19 | 0.46 | 315 | 0.61 | 0.33 |
| Hex | 89 | 21 | 6F | 0 | 4C | 13 | 2E | 13B | 3D | 21 |
| Octal | 211 | 41 | 157 | 0 | 114 | 23 | 56 | 473 | 75 | 41 |
| Binary | 10001001 | 100001 | 1101111 | 0 | 1001100 | 10011 | 101110 | 100111011 | 111101 | 100001 |
Color Harmonies of #89216F
Complementary color
Monochromatic Colors of #89216F
Black with #89216F
Text Example
Text Example
White with #89216F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89216F; }
p { color: rgb(137,33,111); }
H1.HeaderClassName
{
color: #89216F;
}
.AnyTagClassName
{
color: #89216F;
}
</style>
background-color css
<style>
a { background-color: #89216F; }
a { background-color: rgb(137,33,111); }
div.DivClassName
{
background-color: #89216F;
}
.BgClassName
{
background-color: #89216F;
}
</style>
border-color css
<style>
span { border-color: #89216F; }
span { border-color: rgb(137,33,111); }
td.TdClassName
{
border-color: #89216F;
}
.TagClassName
{
border-color: #89216F;
}
</style>