Shades of Dark Purple #89226D
Tints of Dark Purple #89226D
RGB
CMYK
RGB Variations
Color information
#89226D (or 0x89226D) is known color: Dark Purple. HEX triplet: 89, 22 and 6D. RGB value is (137,34,109). Sum of RGB (Red+Green+Blue) = 137+34+109=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89226D is #76DD92. Grayscale: #494949. Windows color (decimal): -7789971 or 7152265. OLE color: 7152265.
HSL color Cylindrical-coordinate representation of color #89226D: hue angle of 316.31º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89226D is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 109 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.46 |
| HSL | 316.31º | 0.6% | 0.34% | - |
| HSV(B) | 316.31º | 0.75% | 0.54% | - |
| XYZ | 13.65 | 7.57 | 15.21 | - |
| YUV | 73.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 109 | 0 | 0.75 | 0.20 | 0.46 | 316.31 | 0.6 | 0.34 |
| Hex | 89 | 22 | 6D | 0 | 4B | 14 | 2E | 13C | 3C | 22 |
| Octal | 211 | 42 | 155 | 0 | 113 | 24 | 56 | 474 | 74 | 42 |
| Binary | 10001001 | 100010 | 1101101 | 0 | 1001011 | 10100 | 101110 | 100111100 | 111100 | 100010 |
Color Harmonies of #89226D
Complementary color
Monochromatic Colors of #89226D
Black with #89226D
Text Example
Text Example
White with #89226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89226D; }
p { color: rgb(137,34,109); }
H1.HeaderClassName
{
color: #89226D;
}
.AnyTagClassName
{
color: #89226D;
}
</style>
background-color css
<style>
a { background-color: #89226D; }
a { background-color: rgb(137,34,109); }
div.DivClassName
{
background-color: #89226D;
}
.BgClassName
{
background-color: #89226D;
}
</style>
border-color css
<style>
span { border-color: #89226D; }
span { border-color: rgb(137,34,109); }
td.TdClassName
{
border-color: #89226D;
}
.TagClassName
{
border-color: #89226D;
}
</style>