Shades of Dark Purple #88256F
Tints of Dark Purple #88256F
RGB
CMYK
RGB Variations
Color information
#88256F (or 0x88256F) is known color: Dark Purple. HEX triplet: 88, 25 and 6F. RGB value is (136,37,111). Sum of RGB (Red+Green+Blue) = 136+37+111=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88256F is #77DA90. Grayscale: #4A4A4A. Windows color (decimal): -7854737 or 7284104. OLE color: 7284104.
HSL color Cylindrical-coordinate representation of color #88256F: hue angle of 315.15º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88256F is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 111 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.47 |
| HSL | 315.15º | 0.57% | 0.34% | - |
| HSV(B) | 315.15º | 0.73% | 0.53% | - |
| XYZ | 13.68 | 7.71 | 15.8 | - |
| YUV | 75.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 111 | 0 | 0.73 | 0.18 | 0.47 | 315.15 | 0.57 | 0.34 |
| Hex | 88 | 25 | 6F | 0 | 49 | 12 | 2F | 13B | 39 | 22 |
| Octal | 210 | 45 | 157 | 0 | 111 | 22 | 57 | 473 | 71 | 42 |
| Binary | 10001000 | 100101 | 1101111 | 0 | 1001001 | 10010 | 101111 | 100111011 | 111001 | 100010 |
Color Harmonies of #88256F
Complementary color
Monochromatic Colors of #88256F
Black with #88256F
Text Example
Text Example
White with #88256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88256F; }
p { color: rgb(136,37,111); }
H1.HeaderClassName
{
color: #88256F;
}
.AnyTagClassName
{
color: #88256F;
}
</style>
background-color css
<style>
a { background-color: #88256F; }
a { background-color: rgb(136,37,111); }
div.DivClassName
{
background-color: #88256F;
}
.BgClassName
{
background-color: #88256F;
}
</style>
border-color css
<style>
span { border-color: #88256F; }
span { border-color: rgb(136,37,111); }
td.TdClassName
{
border-color: #88256F;
}
.TagClassName
{
border-color: #88256F;
}
</style>