Shades of Dark Purple #88186D
Tints of Dark Purple #88186D
RGB
CMYK
RGB Variations
Color information
#88186D (or 0x88186D) is known color: Dark Purple. HEX triplet: 88, 18 and 6D. RGB value is (136,24,109). Sum of RGB (Red+Green+Blue) = 136+24+109=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88186D is #77E792. Grayscale: #424242. Windows color (decimal): -7858067 or 7149704. OLE color: 7149704.
HSL color Cylindrical-coordinate representation of color #88186D: hue angle of 314.46º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88186D is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 109 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.47 |
| HSL | 314.46º | 0.7% | 0.31% | - |
| HSV(B) | 314.46º | 0.82% | 0.53% | - |
| XYZ | 13.24 | 6.99 | 15.12 | - |
| YUV | 67.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 109 | 0 | 0.82 | 0.20 | 0.47 | 314.46 | 0.7 | 0.31 |
| Hex | 88 | 18 | 6D | 0 | 52 | 14 | 2F | 13A | 46 | 1F |
| Octal | 210 | 30 | 155 | 0 | 122 | 24 | 57 | 472 | 106 | 37 |
| Binary | 10001000 | 11000 | 1101101 | 0 | 1010010 | 10100 | 101111 | 100111010 | 1000110 | 11111 |
Color Harmonies of #88186D
Complementary color
Monochromatic Colors of #88186D
Black with #88186D
Text Example
Text Example
White with #88186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88186D; }
p { color: rgb(136,24,109); }
H1.HeaderClassName
{
color: #88186D;
}
.AnyTagClassName
{
color: #88186D;
}
</style>
background-color css
<style>
a { background-color: #88186D; }
a { background-color: rgb(136,24,109); }
div.DivClassName
{
background-color: #88186D;
}
.BgClassName
{
background-color: #88186D;
}
</style>
border-color css
<style>
span { border-color: #88186D; }
span { border-color: rgb(136,24,109); }
td.TdClassName
{
border-color: #88186D;
}
.TagClassName
{
border-color: #88186D;
}
</style>