Shades of Dark Purple #89286D
Tints of Dark Purple #89286D
RGB
CMYK
RGB Variations
Color information
#89286D (or 0x89286D) is known color: Dark Purple. HEX triplet: 89, 28 and 6D. RGB value is (137,40,109). Sum of RGB (Red+Green+Blue) = 137+40+109=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #89286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89286D is #76D792. Grayscale: #4C4C4C. Windows color (decimal): -7788435 or 7153801. OLE color: 7153801.
HSL color Cylindrical-coordinate representation of color #89286D: hue angle of 317.32º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89286D is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 109 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.46 |
| HSL | 317.32º | 0.55% | 0.35% | - |
| HSV(B) | 317.32º | 0.71% | 0.54% | - |
| XYZ | 13.84 | 7.94 | 15.27 | - |
| YUV | 76.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 109 | 0 | 0.71 | 0.20 | 0.46 | 317.32 | 0.55 | 0.35 |
| Hex | 89 | 28 | 6D | 0 | 47 | 14 | 2E | 13D | 37 | 23 |
| Octal | 211 | 50 | 155 | 0 | 107 | 24 | 56 | 475 | 67 | 43 |
| Binary | 10001001 | 101000 | 1101101 | 0 | 1000111 | 10100 | 101110 | 100111101 | 110111 | 100011 |
Color Harmonies of #89286D
Complementary color
Monochromatic Colors of #89286D
Black with #89286D
Text Example
Text Example
White with #89286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89286D; }
p { color: rgb(137,40,109); }
H1.HeaderClassName
{
color: #89286D;
}
.AnyTagClassName
{
color: #89286D;
}
</style>
background-color css
<style>
a { background-color: #89286D; }
a { background-color: rgb(137,40,109); }
div.DivClassName
{
background-color: #89286D;
}
.BgClassName
{
background-color: #89286D;
}
</style>
border-color css
<style>
span { border-color: #89286D; }
span { border-color: rgb(137,40,109); }
td.TdClassName
{
border-color: #89286D;
}
.TagClassName
{
border-color: #89286D;
}
</style>