Shades of Dark Purple #88206F
Tints of Dark Purple #88206F
RGB
CMYK
RGB Variations
Color information
#88206F (or 0x88206F) is known color: Dark Purple. HEX triplet: 88, 20 and 6F. RGB value is (136,32,111). Sum of RGB (Red+Green+Blue) = 136+32+111=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88206F is #77DF90. Grayscale: #474747. Windows color (decimal): -7856017 or 7282824. OLE color: 7282824.
HSL color Cylindrical-coordinate representation of color #88206F: hue angle of 314.42º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88206F is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 111 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.47 |
| HSL | 314.42º | 0.62% | 0.33% | - |
| HSV(B) | 314.42º | 0.76% | 0.53% | - |
| XYZ | 13.54 | 7.41 | 15.76 | - |
| YUV | 72.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 111 | 0 | 0.76 | 0.18 | 0.47 | 314.42 | 0.62 | 0.33 |
| Hex | 88 | 20 | 6F | 0 | 4C | 12 | 2F | 13A | 3E | 21 |
| Octal | 210 | 40 | 157 | 0 | 114 | 22 | 57 | 472 | 76 | 41 |
| Binary | 10001000 | 100000 | 1101111 | 0 | 1001100 | 10010 | 101111 | 100111010 | 111110 | 100001 |
Color Harmonies of #88206F
Complementary color
Monochromatic Colors of #88206F
Black with #88206F
Text Example
Text Example
White with #88206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88206F; }
p { color: rgb(136,32,111); }
H1.HeaderClassName
{
color: #88206F;
}
.AnyTagClassName
{
color: #88206F;
}
</style>
background-color css
<style>
a { background-color: #88206F; }
a { background-color: rgb(136,32,111); }
div.DivClassName
{
background-color: #88206F;
}
.BgClassName
{
background-color: #88206F;
}
</style>
border-color css
<style>
span { border-color: #88206F; }
span { border-color: rgb(136,32,111); }
td.TdClassName
{
border-color: #88206F;
}
.TagClassName
{
border-color: #88206F;
}
</style>