Shades of Dark Purple #88228B
Tints of Dark Purple #88228B
RGB
CMYK
RGB Variations
Color information
#88228B (or 0x88228B) is known color: Dark Purple. HEX triplet: 88, 22 and 8B. RGB value is (136,34,139). Sum of RGB (Red+Green+Blue) = 136+34+139=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #88228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88228B is #77DD74. Grayscale: #4C4C4C. Windows color (decimal): -7855477 or 9118344. OLE color: 9118344.
HSL color Cylindrical-coordinate representation of color #88228B: hue angle of 298.29º 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 #88228B is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 34 | 139 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.45 |
| HSL | 298.29º | 0.61% | 0.34% | - |
| HSV(B) | 298.29º | 0.76% | 0.55% | - |
| XYZ | 15.39 | 8.24 | 25.21 | - |
| YUV | 76.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 139 | 0.02 | 0.76 | 0 | 0.45 | 298.29 | 0.61 | 0.34 |
| Hex | 88 | 22 | 8B | 2 | 4C | 0 | 2D | 12A | 3D | 22 |
| Octal | 210 | 42 | 213 | 2 | 114 | 0 | 55 | 452 | 75 | 42 |
| Binary | 10001000 | 100010 | 10001011 | 10 | 1001100 | 0 | 101101 | 100101010 | 111101 | 100010 |
Color Harmonies of #88228B
Complementary color
Monochromatic Colors of #88228B
Black with #88228B
Text Example
Text Example
White with #88228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88228B; }
p { color: rgb(136,34,139); }
H1.HeaderClassName
{
color: #88228B;
}
.AnyTagClassName
{
color: #88228B;
}
</style>
background-color css
<style>
a { background-color: #88228B; }
a { background-color: rgb(136,34,139); }
div.DivClassName
{
background-color: #88228B;
}
.BgClassName
{
background-color: #88228B;
}
</style>
border-color css
<style>
span { border-color: #88228B; }
span { border-color: rgb(136,34,139); }
td.TdClassName
{
border-color: #88228B;
}
.TagClassName
{
border-color: #88228B;
}
</style>