Shades of Dark Purple #89366F
Tints of Dark Purple #89366F
RGB
CMYK
RGB Variations
Color information
#89366F (or 0x89366F) is known color: Dark Purple. HEX triplet: 89, 36 and 6F. RGB value is (137,54,111). Sum of RGB (Red+Green+Blue) = 137+54+111=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #89366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89366F is #76C990. Grayscale: #555555. Windows color (decimal): -7784849 or 7288457. OLE color: 7288457.
HSL color Cylindrical-coordinate representation of color #89366F: hue angle of 318.8º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89366F is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 54 | 111 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.46 |
| HSL | 318.8º | 0.43% | 0.37% | - |
| HSV(B) | 318.8º | 0.61% | 0.54% | - |
| XYZ | 14.5 | 9.1 | 16.03 | - |
| YUV | 85.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 111 | 0 | 0.61 | 0.19 | 0.46 | 318.8 | 0.43 | 0.37 |
| Hex | 89 | 36 | 6F | 0 | 3D | 13 | 2E | 13F | 2B | 25 |
| Octal | 211 | 66 | 157 | 0 | 75 | 23 | 56 | 477 | 53 | 45 |
| Binary | 10001001 | 110110 | 1101111 | 0 | 111101 | 10011 | 101110 | 100111111 | 101011 | 100101 |
Color Harmonies of #89366F
Complementary color
Monochromatic Colors of #89366F
Black with #89366F
Text Example
Text Example
White with #89366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89366F; }
p { color: rgb(137,54,111); }
H1.HeaderClassName
{
color: #89366F;
}
.AnyTagClassName
{
color: #89366F;
}
</style>
background-color css
<style>
a { background-color: #89366F; }
a { background-color: rgb(137,54,111); }
div.DivClassName
{
background-color: #89366F;
}
.BgClassName
{
background-color: #89366F;
}
</style>
border-color css
<style>
span { border-color: #89366F; }
span { border-color: rgb(137,54,111); }
td.TdClassName
{
border-color: #89366F;
}
.TagClassName
{
border-color: #89366F;
}
</style>