Shades of Dark Purple #88107F
Tints of Dark Purple #88107F
RGB
CMYK
RGB Variations
Color information
#88107F (or 0x88107F) is known color: Dark Purple. HEX triplet: 88, 10 and 7F. RGB value is (136,16,127). Sum of RGB (Red+Green+Blue) = 136+16+127=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88107F is #77EF80. Grayscale: #404040. Windows color (decimal): -7860097 or 8327304. OLE color: 8327304.
HSL color Cylindrical-coordinate representation of color #88107F: hue angle of 304.5º 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 #88107F is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 127 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.47 |
| HSL | 304.5º | 0.79% | 0.3% | - |
| HSV(B) | 304.5º | 0.88% | 0.53% | - |
| XYZ | 14.17 | 7.14 | 20.71 | - |
| YUV | 64.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 127 | 0 | 0.88 | 0.07 | 0.47 | 304.5 | 0.79 | 0.3 |
| Hex | 88 | 10 | 7F | 0 | 58 | 7 | 2F | 130 | 4F | 1E |
| Octal | 210 | 20 | 177 | 0 | 130 | 7 | 57 | 460 | 117 | 36 |
| Binary | 10001000 | 10000 | 1111111 | 0 | 1011000 | 111 | 101111 | 100110000 | 1001111 | 11110 |
Color Harmonies of #88107F
Complementary color
Monochromatic Colors of #88107F
Black with #88107F
Text Example
Text Example
White with #88107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88107F; }
p { color: rgb(136,16,127); }
H1.HeaderClassName
{
color: #88107F;
}
.AnyTagClassName
{
color: #88107F;
}
</style>
background-color css
<style>
a { background-color: #88107F; }
a { background-color: rgb(136,16,127); }
div.DivClassName
{
background-color: #88107F;
}
.BgClassName
{
background-color: #88107F;
}
</style>
border-color css
<style>
span { border-color: #88107F; }
span { border-color: rgb(136,16,127); }
td.TdClassName
{
border-color: #88107F;
}
.TagClassName
{
border-color: #88107F;
}
</style>