Shades of Dark Purple #88276C
Tints of Dark Purple #88276C
RGB
CMYK
RGB Variations
Color information
#88276C (or 0x88276C) is known color: Dark Purple. HEX triplet: 88, 27 and 6C. RGB value is (136,39,108). Sum of RGB (Red+Green+Blue) = 136+39+108=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88276C is #77D893. Grayscale: #4B4B4B. Windows color (decimal): -7854228 or 7088008. OLE color: 7088008.
HSL color Cylindrical-coordinate representation of color #88276C: hue angle of 317.32º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88276C is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 39 | 108 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.47 |
| HSL | 317.32º | 0.55% | 0.34% | - |
| HSV(B) | 317.32º | 0.71% | 0.53% | - |
| XYZ | 13.59 | 7.77 | 14.97 | - |
| YUV | 75.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 108 | 0 | 0.71 | 0.21 | 0.47 | 317.32 | 0.55 | 0.34 |
| Hex | 88 | 27 | 6C | 0 | 47 | 15 | 2F | 13D | 37 | 22 |
| Octal | 210 | 47 | 154 | 0 | 107 | 25 | 57 | 475 | 67 | 42 |
| Binary | 10001000 | 100111 | 1101100 | 0 | 1000111 | 10101 | 101111 | 100111101 | 110111 | 100010 |
Color Harmonies of #88276C
Complementary color
Monochromatic Colors of #88276C
Black with #88276C
Text Example
Text Example
White with #88276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88276C; }
p { color: rgb(136,39,108); }
H1.HeaderClassName
{
color: #88276C;
}
.AnyTagClassName
{
color: #88276C;
}
</style>
background-color css
<style>
a { background-color: #88276C; }
a { background-color: rgb(136,39,108); }
div.DivClassName
{
background-color: #88276C;
}
.BgClassName
{
background-color: #88276C;
}
</style>
border-color css
<style>
span { border-color: #88276C; }
span { border-color: rgb(136,39,108); }
td.TdClassName
{
border-color: #88276C;
}
.TagClassName
{
border-color: #88276C;
}
</style>