Shades of Dark Purple #88106C
Tints of Dark Purple #88106C
RGB
CMYK
RGB Variations
Color information
#88106C (or 0x88106C) is known color: Dark Purple. HEX triplet: 88, 10 and 6C. RGB value is (136,16,108). Sum of RGB (Red+Green+Blue) = 136+16+108=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #88106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88106C is #77EF93. Grayscale: #3E3E3E. Windows color (decimal): -7860116 or 7082120. OLE color: 7082120.
HSL color Cylindrical-coordinate representation of color #88106C: hue angle of 314º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88106C is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 108 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.47 |
| HSL | 314º | 0.79% | 0.3% | - |
| HSV(B) | 314º | 0.88% | 0.53% | - |
| XYZ | 13.05 | 6.69 | 14.79 | - |
| YUV | 62.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 108 | 0 | 0.88 | 0.21 | 0.47 | 314 | 0.79 | 0.3 |
| Hex | 88 | 10 | 6C | 0 | 58 | 15 | 2F | 13A | 4F | 1E |
| Octal | 210 | 20 | 154 | 0 | 130 | 25 | 57 | 472 | 117 | 36 |
| Binary | 10001000 | 10000 | 1101100 | 0 | 1011000 | 10101 | 101111 | 100111010 | 1001111 | 11110 |
Color Harmonies of #88106C
Complementary color
Monochromatic Colors of #88106C
Black with #88106C
Text Example
Text Example
White with #88106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88106C; }
p { color: rgb(136,16,108); }
H1.HeaderClassName
{
color: #88106C;
}
.AnyTagClassName
{
color: #88106C;
}
</style>
background-color css
<style>
a { background-color: #88106C; }
a { background-color: rgb(136,16,108); }
div.DivClassName
{
background-color: #88106C;
}
.BgClassName
{
background-color: #88106C;
}
</style>
border-color css
<style>
span { border-color: #88106C; }
span { border-color: rgb(136,16,108); }
td.TdClassName
{
border-color: #88106C;
}
.TagClassName
{
border-color: #88106C;
}
</style>