Shades of Dark Purple #88366C
Tints of Dark Purple #88366C
RGB
CMYK
RGB Variations
Color information
#88366C (or 0x88366C) is known color: Dark Purple. HEX triplet: 88, 36 and 6C. RGB value is (136,54,108). Sum of RGB (Red+Green+Blue) = 136+54+108=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88366C is #77C993. Grayscale: #545454. Windows color (decimal): -7850388 or 7091848. OLE color: 7091848.
HSL color Cylindrical-coordinate representation of color #88366C: hue angle of 320.49º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88366C is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 108 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.47 |
| HSL | 320.49º | 0.43% | 0.37% | - |
| HSV(B) | 320.49º | 0.6% | 0.53% | - |
| XYZ | 14.18 | 8.96 | 15.17 | - |
| YUV | 84.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 108 | 0 | 0.60 | 0.21 | 0.47 | 320.49 | 0.43 | 0.37 |
| Hex | 88 | 36 | 6C | 0 | 3C | 15 | 2F | 140 | 2B | 25 |
| Octal | 210 | 66 | 154 | 0 | 74 | 25 | 57 | 500 | 53 | 45 |
| Binary | 10001000 | 110110 | 1101100 | 0 | 111100 | 10101 | 101111 | 101000000 | 101011 | 100101 |
Color Harmonies of #88366C
Complementary color
Monochromatic Colors of #88366C
Black with #88366C
Text Example
Text Example
White with #88366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88366C; }
p { color: rgb(136,54,108); }
H1.HeaderClassName
{
color: #88366C;
}
.AnyTagClassName
{
color: #88366C;
}
</style>
background-color css
<style>
a { background-color: #88366C; }
a { background-color: rgb(136,54,108); }
div.DivClassName
{
background-color: #88366C;
}
.BgClassName
{
background-color: #88366C;
}
</style>
border-color css
<style>
span { border-color: #88366C; }
span { border-color: rgb(136,54,108); }
td.TdClassName
{
border-color: #88366C;
}
.TagClassName
{
border-color: #88366C;
}
</style>