Shades of Purple #88017E
Tints of Purple #88017E
RGB
CMYK
RGB Variations
Color information
#88017E (or 0x88017E) is known color: Purple. HEX triplet: 88, 01 and 7E. RGB value is (136,1,126). Sum of RGB (Red+Green+Blue) = 136+1+126=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88017E is #77FE81. Grayscale: #373737. Windows color (decimal): -7863938 or 8257928. OLE color: 8257928.
HSL color Cylindrical-coordinate representation of color #88017E: hue angle of 304.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88017E is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.47 |
| HSL | 304.44º | 0.99% | 0.27% | - |
| HSV(B) | 304.44º | 0.99% | 0.53% | - |
| XYZ | 13.93 | 6.76 | 20.31 | - |
| YUV | 55.62 | 167.73 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 126 | 0 | 0.99 | 0.07 | 0.47 | 304.44 | 0.99 | 0.27 |
| Hex | 88 | 1 | 7E | 0 | 63 | 7 | 2F | 130 | 63 | 1B |
| Octal | 210 | 1 | 176 | 0 | 143 | 7 | 57 | 460 | 143 | 33 |
| Binary | 10001000 | 1 | 1111110 | 0 | 1100011 | 111 | 101111 | 100110000 | 1100011 | 11011 |
Color Harmonies of #88017E
Complementary color
Monochromatic Colors of #88017E
Black with #88017E
Text Example
Text Example
White with #88017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88017E; }
p { color: rgb(136,1,126); }
H1.HeaderClassName
{
color: #88017E;
}
.AnyTagClassName
{
color: #88017E;
}
</style>
background-color css
<style>
a { background-color: #88017E; }
a { background-color: rgb(136,1,126); }
div.DivClassName
{
background-color: #88017E;
}
.BgClassName
{
background-color: #88017E;
}
</style>
border-color css
<style>
span { border-color: #88017E; }
span { border-color: rgb(136,1,126); }
td.TdClassName
{
border-color: #88017E;
}
.TagClassName
{
border-color: #88017E;
}
</style>