Shades of Dark Purple #88367E
Tints of Dark Purple #88367E
RGB
CMYK
RGB Variations
Color information
#88367E (or 0x88367E) is known color: Dark Purple. HEX triplet: 88, 36 and 7E. RGB value is (136,54,126). Sum of RGB (Red+Green+Blue) = 136+54+126=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #88367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88367E is #77C981. Grayscale: #565656. Windows color (decimal): -7850370 or 8271496. OLE color: 8271496.
HSL color Cylindrical-coordinate representation of color #88367E: hue angle of 307.32º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88367E is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 126 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.47 |
| HSL | 307.32º | 0.43% | 0.37% | - |
| HSV(B) | 307.32º | 0.6% | 0.53% | - |
| XYZ | 15.24 | 9.38 | 20.75 | - |
| YUV | 86.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 126 | 0 | 0.60 | 0.07 | 0.47 | 307.32 | 0.43 | 0.37 |
| Hex | 88 | 36 | 7E | 0 | 3C | 7 | 2F | 133 | 2B | 25 |
| Octal | 210 | 66 | 176 | 0 | 74 | 7 | 57 | 463 | 53 | 45 |
| Binary | 10001000 | 110110 | 1111110 | 0 | 111100 | 111 | 101111 | 100110011 | 101011 | 100101 |
Color Harmonies of #88367E
Complementary color
Monochromatic Colors of #88367E
Black with #88367E
Text Example
Text Example
White with #88367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88367E; }
p { color: rgb(136,54,126); }
H1.HeaderClassName
{
color: #88367E;
}
.AnyTagClassName
{
color: #88367E;
}
</style>
background-color css
<style>
a { background-color: #88367E; }
a { background-color: rgb(136,54,126); }
div.DivClassName
{
background-color: #88367E;
}
.BgClassName
{
background-color: #88367E;
}
</style>
border-color css
<style>
span { border-color: #88367E; }
span { border-color: rgb(136,54,126); }
td.TdClassName
{
border-color: #88367E;
}
.TagClassName
{
border-color: #88367E;
}
</style>