Shades of Dark Purple #88337E
Tints of Dark Purple #88337E
RGB
CMYK
RGB Variations
Color information
#88337E (or 0x88337E) is known color: Dark Purple. HEX triplet: 88, 33 and 7E. RGB value is (136,51,126). Sum of RGB (Red+Green+Blue) = 136+51+126=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88337E is #77CC81. Grayscale: #545454. Windows color (decimal): -7851138 or 8270728. OLE color: 8270728.
HSL color Cylindrical-coordinate representation of color #88337E: hue angle of 307.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88337E is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 126 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.47 |
| HSL | 307.06º | 0.45% | 0.37% | - |
| HSV(B) | 307.06º | 0.63% | 0.53% | - |
| XYZ | 15.1 | 9.11 | 20.7 | - |
| YUV | 84.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 126 | 0 | 0.62 | 0.07 | 0.47 | 307.06 | 0.45 | 0.37 |
| Hex | 88 | 33 | 7E | 0 | 3E | 7 | 2F | 133 | 2D | 25 |
| Octal | 210 | 63 | 176 | 0 | 76 | 7 | 57 | 463 | 55 | 45 |
| Binary | 10001000 | 110011 | 1111110 | 0 | 111110 | 111 | 101111 | 100110011 | 101101 | 100101 |
Color Harmonies of #88337E
Complementary color
Monochromatic Colors of #88337E
Black with #88337E
Text Example
Text Example
White with #88337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88337E; }
p { color: rgb(136,51,126); }
H1.HeaderClassName
{
color: #88337E;
}
.AnyTagClassName
{
color: #88337E;
}
</style>
background-color css
<style>
a { background-color: #88337E; }
a { background-color: rgb(136,51,126); }
div.DivClassName
{
background-color: #88337E;
}
.BgClassName
{
background-color: #88337E;
}
</style>
border-color css
<style>
span { border-color: #88337E; }
span { border-color: rgb(136,51,126); }
td.TdClassName
{
border-color: #88337E;
}
.TagClassName
{
border-color: #88337E;
}
</style>