Shades of Dark Purple #89226E
Tints of Dark Purple #89226E
RGB
CMYK
RGB Variations
Color information
#89226E (or 0x89226E) is known color: Dark Purple. HEX triplet: 89, 22 and 6E. RGB value is (137,34,110). Sum of RGB (Red+Green+Blue) = 137+34+110=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89226E is #76DD91. Grayscale: #494949. Windows color (decimal): -7789970 or 7217801. OLE color: 7217801.
HSL color Cylindrical-coordinate representation of color #89226E: hue angle of 315.73º 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 #89226E is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 110 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.46 |
| HSL | 315.73º | 0.6% | 0.34% | - |
| HSV(B) | 315.73º | 0.75% | 0.54% | - |
| XYZ | 13.7 | 7.59 | 15.49 | - |
| YUV | 73.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 110 | 0 | 0.75 | 0.20 | 0.46 | 315.73 | 0.6 | 0.34 |
| Hex | 89 | 22 | 6E | 0 | 4B | 14 | 2E | 13C | 3C | 22 |
| Octal | 211 | 42 | 156 | 0 | 113 | 24 | 56 | 474 | 74 | 42 |
| Binary | 10001001 | 100010 | 1101110 | 0 | 1001011 | 10100 | 101110 | 100111100 | 111100 | 100010 |
Color Harmonies of #89226E
Complementary color
Monochromatic Colors of #89226E
Black with #89226E
Text Example
Text Example
White with #89226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89226E; }
p { color: rgb(137,34,110); }
H1.HeaderClassName
{
color: #89226E;
}
.AnyTagClassName
{
color: #89226E;
}
</style>
background-color css
<style>
a { background-color: #89226E; }
a { background-color: rgb(137,34,110); }
div.DivClassName
{
background-color: #89226E;
}
.BgClassName
{
background-color: #89226E;
}
</style>
border-color css
<style>
span { border-color: #89226E; }
span { border-color: rgb(137,34,110); }
td.TdClassName
{
border-color: #89226E;
}
.TagClassName
{
border-color: #89226E;
}
</style>