Shades of Dark Purple #88196F
Tints of Dark Purple #88196F
RGB
CMYK
RGB Variations
Color information
#88196F (or 0x88196F) is known color: Dark Purple. HEX triplet: 88, 19 and 6F. RGB value is (136,25,111). Sum of RGB (Red+Green+Blue) = 136+25+111=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #88196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88196F is #77E690. Grayscale: #434343. Windows color (decimal): -7857809 or 7281032. OLE color: 7281032.
HSL color Cylindrical-coordinate representation of color #88196F: hue angle of 313.51º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88196F is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 111 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.47 |
| HSL | 313.51º | 0.69% | 0.32% | - |
| HSV(B) | 313.51º | 0.82% | 0.53% | - |
| XYZ | 13.37 | 7.08 | 15.7 | - |
| YUV | 67.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 111 | 0 | 0.82 | 0.18 | 0.47 | 313.51 | 0.69 | 0.32 |
| Hex | 88 | 19 | 6F | 0 | 52 | 12 | 2F | 13A | 45 | 20 |
| Octal | 210 | 31 | 157 | 0 | 122 | 22 | 57 | 472 | 105 | 40 |
| Binary | 10001000 | 11001 | 1101111 | 0 | 1010010 | 10010 | 101111 | 100111010 | 1000101 | 100000 |
Color Harmonies of #88196F
Complementary color
Monochromatic Colors of #88196F
Black with #88196F
Text Example
Text Example
White with #88196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88196F; }
p { color: rgb(136,25,111); }
H1.HeaderClassName
{
color: #88196F;
}
.AnyTagClassName
{
color: #88196F;
}
</style>
background-color css
<style>
a { background-color: #88196F; }
a { background-color: rgb(136,25,111); }
div.DivClassName
{
background-color: #88196F;
}
.BgClassName
{
background-color: #88196F;
}
</style>
border-color css
<style>
span { border-color: #88196F; }
span { border-color: rgb(136,25,111); }
td.TdClassName
{
border-color: #88196F;
}
.TagClassName
{
border-color: #88196F;
}
</style>