Shades of Dark Purple #88317E
Tints of Dark Purple #88317E
RGB
CMYK
RGB Variations
Color information
#88317E (or 0x88317E) is known color: Dark Purple. HEX triplet: 88, 31 and 7E. RGB value is (136,49,126). Sum of RGB (Red+Green+Blue) = 136+49+126=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88317E is #77CE81. Grayscale: #535353. Windows color (decimal): -7851650 or 8270216. OLE color: 8270216.
HSL color Cylindrical-coordinate representation of color #88317E: hue angle of 306.9º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88317E is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 126 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.47 |
| HSL | 306.9º | 0.47% | 0.36% | - |
| HSV(B) | 306.9º | 0.64% | 0.53% | - |
| XYZ | 15.02 | 8.94 | 20.67 | - |
| YUV | 83.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 126 | 0 | 0.64 | 0.07 | 0.47 | 306.9 | 0.47 | 0.36 |
| Hex | 88 | 31 | 7E | 0 | 40 | 7 | 2F | 133 | 2F | 24 |
| Octal | 210 | 61 | 176 | 0 | 100 | 7 | 57 | 463 | 57 | 44 |
| Binary | 10001000 | 110001 | 1111110 | 0 | 1000000 | 111 | 101111 | 100110011 | 101111 | 100100 |
Color Harmonies of #88317E
Complementary color
Monochromatic Colors of #88317E
Black with #88317E
Text Example
Text Example
White with #88317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88317E; }
p { color: rgb(136,49,126); }
H1.HeaderClassName
{
color: #88317E;
}
.AnyTagClassName
{
color: #88317E;
}
</style>
background-color css
<style>
a { background-color: #88317E; }
a { background-color: rgb(136,49,126); }
div.DivClassName
{
background-color: #88317E;
}
.BgClassName
{
background-color: #88317E;
}
</style>
border-color css
<style>
span { border-color: #88317E; }
span { border-color: rgb(136,49,126); }
td.TdClassName
{
border-color: #88317E;
}
.TagClassName
{
border-color: #88317E;
}
</style>