Shades of Dark Purple #88376C
Tints of Dark Purple #88376C
RGB
CMYK
RGB Variations
Color information
#88376C (or 0x88376C) is known color: Dark Purple. HEX triplet: 88, 37 and 6C. RGB value is (136,55,108). Sum of RGB (Red+Green+Blue) = 136+55+108=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #88376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88376C is #77C893. Grayscale: #555555. Windows color (decimal): -7850132 or 7092104. OLE color: 7092104.
HSL color Cylindrical-coordinate representation of color #88376C: hue angle of 320.74º degrees, saturation: 0.42, 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 #88376C is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 55 | 108 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.47 |
| HSL | 320.74º | 0.42% | 0.37% | - |
| HSV(B) | 320.74º | 0.6% | 0.53% | - |
| XYZ | 14.23 | 9.05 | 15.18 | - |
| YUV | 85.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 55 | 108 | 0 | 0.60 | 0.21 | 0.47 | 320.74 | 0.42 | 0.37 |
| Hex | 88 | 37 | 6C | 0 | 3C | 15 | 2F | 141 | 2A | 25 |
| Octal | 210 | 67 | 154 | 0 | 74 | 25 | 57 | 501 | 52 | 45 |
| Binary | 10001000 | 110111 | 1101100 | 0 | 111100 | 10101 | 101111 | 101000001 | 101010 | 100101 |
Color Harmonies of #88376C
Complementary color
Monochromatic Colors of #88376C
Black with #88376C
Text Example
Text Example
White with #88376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88376C; }
p { color: rgb(136,55,108); }
H1.HeaderClassName
{
color: #88376C;
}
.AnyTagClassName
{
color: #88376C;
}
</style>
background-color css
<style>
a { background-color: #88376C; }
a { background-color: rgb(136,55,108); }
div.DivClassName
{
background-color: #88376C;
}
.BgClassName
{
background-color: #88376C;
}
</style>
border-color css
<style>
span { border-color: #88376C; }
span { border-color: rgb(136,55,108); }
td.TdClassName
{
border-color: #88376C;
}
.TagClassName
{
border-color: #88376C;
}
</style>