Shades of Dark Purple #88277F
Tints of Dark Purple #88277F
RGB
CMYK
RGB Variations
Color information
#88277F (or 0x88277F) is known color: Dark Purple. HEX triplet: 88, 27 and 7F. RGB value is (136,39,127). Sum of RGB (Red+Green+Blue) = 136+39+127=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #88277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88277F is #77D880. Grayscale: #4D4D4D. Windows color (decimal): -7854209 or 8333192. OLE color: 8333192.
HSL color Cylindrical-coordinate representation of color #88277F: hue angle of 305.57º 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 #88277F is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 39 | 127 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.47 |
| HSL | 305.57º | 0.55% | 0.34% | - |
| HSV(B) | 305.57º | 0.71% | 0.53% | - |
| XYZ | 14.71 | 8.22 | 20.89 | - |
| YUV | 78.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 127 | 0 | 0.71 | 0.07 | 0.47 | 305.57 | 0.55 | 0.34 |
| Hex | 88 | 27 | 7F | 0 | 47 | 7 | 2F | 132 | 37 | 22 |
| Octal | 210 | 47 | 177 | 0 | 107 | 7 | 57 | 462 | 67 | 42 |
| Binary | 10001000 | 100111 | 1111111 | 0 | 1000111 | 111 | 101111 | 100110010 | 110111 | 100010 |
Color Harmonies of #88277F
Complementary color
Monochromatic Colors of #88277F
Black with #88277F
Text Example
Text Example
White with #88277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88277F; }
p { color: rgb(136,39,127); }
H1.HeaderClassName
{
color: #88277F;
}
.AnyTagClassName
{
color: #88277F;
}
</style>
background-color css
<style>
a { background-color: #88277F; }
a { background-color: rgb(136,39,127); }
div.DivClassName
{
background-color: #88277F;
}
.BgClassName
{
background-color: #88277F;
}
</style>
border-color css
<style>
span { border-color: #88277F; }
span { border-color: rgb(136,39,127); }
td.TdClassName
{
border-color: #88277F;
}
.TagClassName
{
border-color: #88277F;
}
</style>