Shades of Dark Purple #88326F
Tints of Dark Purple #88326F
RGB
CMYK
RGB Variations
Color information
#88326F (or 0x88326F) is known color: Dark Purple. HEX triplet: 88, 32 and 6F. RGB value is (136,50,111). Sum of RGB (Red+Green+Blue) = 136+50+111=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88326F is #77CD90. Grayscale: #525252. Windows color (decimal): -7851409 or 7287432. OLE color: 7287432.
HSL color Cylindrical-coordinate representation of color #88326F: hue angle of 317.44º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88326F is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 111 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.47 |
| HSL | 317.44º | 0.46% | 0.36% | - |
| HSV(B) | 317.44º | 0.63% | 0.53% | - |
| XYZ | 14.16 | 8.66 | 15.96 | - |
| YUV | 82.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 111 | 0 | 0.63 | 0.18 | 0.47 | 317.44 | 0.46 | 0.36 |
| Hex | 88 | 32 | 6F | 0 | 3F | 12 | 2F | 13D | 2E | 24 |
| Octal | 210 | 62 | 157 | 0 | 77 | 22 | 57 | 475 | 56 | 44 |
| Binary | 10001000 | 110010 | 1101111 | 0 | 111111 | 10010 | 101111 | 100111101 | 101110 | 100100 |
Color Harmonies of #88326F
Complementary color
Monochromatic Colors of #88326F
Black with #88326F
Text Example
Text Example
White with #88326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88326F; }
p { color: rgb(136,50,111); }
H1.HeaderClassName
{
color: #88326F;
}
.AnyTagClassName
{
color: #88326F;
}
</style>
background-color css
<style>
a { background-color: #88326F; }
a { background-color: rgb(136,50,111); }
div.DivClassName
{
background-color: #88326F;
}
.BgClassName
{
background-color: #88326F;
}
</style>
border-color css
<style>
span { border-color: #88326F; }
span { border-color: rgb(136,50,111); }
td.TdClassName
{
border-color: #88326F;
}
.TagClassName
{
border-color: #88326F;
}
</style>