Shades of Dark Purple #89228B
Tints of Dark Purple #89228B
RGB
CMYK
RGB Variations
Color information
#89228B (or 0x89228B) is known color: Dark Purple. HEX triplet: 89, 22 and 8B. RGB value is (137,34,139). Sum of RGB (Red+Green+Blue) = 137+34+139=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #89228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89228B is #76DD74. Grayscale: #4C4C4C. Windows color (decimal): -7789941 or 9118345. OLE color: 9118345.
HSL color Cylindrical-coordinate representation of color #89228B: hue angle of 298.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89228B is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 34 | 139 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.45 |
| HSL | 298.86º | 0.61% | 0.34% | - |
| HSV(B) | 298.86º | 0.76% | 0.55% | - |
| XYZ | 15.55 | 8.33 | 25.21 | - |
| YUV | 76.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 139 | 0.01 | 0.76 | 0 | 0.45 | 298.86 | 0.61 | 0.34 |
| Hex | 89 | 22 | 8B | 1 | 4C | 0 | 2D | 12B | 3D | 22 |
| Octal | 211 | 42 | 213 | 1 | 114 | 0 | 55 | 453 | 75 | 42 |
| Binary | 10001001 | 100010 | 10001011 | 1 | 1001100 | 0 | 101101 | 100101011 | 111101 | 100010 |
Color Harmonies of #89228B
Complementary color
Monochromatic Colors of #89228B
Black with #89228B
Text Example
Text Example
White with #89228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89228B; }
p { color: rgb(137,34,139); }
H1.HeaderClassName
{
color: #89228B;
}
.AnyTagClassName
{
color: #89228B;
}
</style>
background-color css
<style>
a { background-color: #89228B; }
a { background-color: rgb(137,34,139); }
div.DivClassName
{
background-color: #89228B;
}
.BgClassName
{
background-color: #89228B;
}
</style>
border-color css
<style>
span { border-color: #89228B; }
span { border-color: rgb(137,34,139); }
td.TdClassName
{
border-color: #89228B;
}
.TagClassName
{
border-color: #89228B;
}
</style>