Shades of Dark Purple #88196D
Tints of Dark Purple #88196D
RGB
CMYK
RGB Variations
Color information
#88196D (or 0x88196D) is known color: Dark Purple. HEX triplet: 88, 19 and 6D. RGB value is (136,25,109). Sum of RGB (Red+Green+Blue) = 136+25+109=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #88196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88196D is #77E692. Grayscale: #434343. Windows color (decimal): -7857811 or 7149960. OLE color: 7149960.
HSL color Cylindrical-coordinate representation of color #88196D: hue angle of 314.59º 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 #88196D is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 109 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.47 |
| HSL | 314.59º | 0.69% | 0.32% | - |
| HSV(B) | 314.59º | 0.82% | 0.53% | - |
| XYZ | 13.26 | 7.03 | 15.13 | - |
| YUV | 67.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 109 | 0 | 0.82 | 0.20 | 0.47 | 314.59 | 0.69 | 0.32 |
| Hex | 88 | 19 | 6D | 0 | 52 | 14 | 2F | 13B | 45 | 20 |
| Octal | 210 | 31 | 155 | 0 | 122 | 24 | 57 | 473 | 105 | 40 |
| Binary | 10001000 | 11001 | 1101101 | 0 | 1010010 | 10100 | 101111 | 100111011 | 1000101 | 100000 |
Color Harmonies of #88196D
Complementary color
Monochromatic Colors of #88196D
Black with #88196D
Text Example
Text Example
White with #88196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88196D; }
p { color: rgb(136,25,109); }
H1.HeaderClassName
{
color: #88196D;
}
.AnyTagClassName
{
color: #88196D;
}
</style>
background-color css
<style>
a { background-color: #88196D; }
a { background-color: rgb(136,25,109); }
div.DivClassName
{
background-color: #88196D;
}
.BgClassName
{
background-color: #88196D;
}
</style>
border-color css
<style>
span { border-color: #88196D; }
span { border-color: rgb(136,25,109); }
td.TdClassName
{
border-color: #88196D;
}
.TagClassName
{
border-color: #88196D;
}
</style>