Shades of Dark Purple #88146E
Tints of Dark Purple #88146E
RGB
CMYK
RGB Variations
Color information
#88146E (or 0x88146E) is known color: Dark Purple. HEX triplet: 88, 14 and 6E. RGB value is (136,20,110). Sum of RGB (Red+Green+Blue) = 136+20+110=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88146E is #77EB91. Grayscale: #404040. Windows color (decimal): -7859090 or 7214216. OLE color: 7214216.
HSL color Cylindrical-coordinate representation of color #88146E: hue angle of 313.45º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88146E is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 110 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.47 |
| HSL | 313.45º | 0.74% | 0.31% | - |
| HSV(B) | 313.45º | 0.85% | 0.53% | - |
| XYZ | 13.22 | 6.86 | 15.38 | - |
| YUV | 64.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 110 | 0 | 0.85 | 0.19 | 0.47 | 313.45 | 0.74 | 0.31 |
| Hex | 88 | 14 | 6E | 0 | 55 | 13 | 2F | 139 | 4A | 1F |
| Octal | 210 | 24 | 156 | 0 | 125 | 23 | 57 | 471 | 112 | 37 |
| Binary | 10001000 | 10100 | 1101110 | 0 | 1010101 | 10011 | 101111 | 100111001 | 1001010 | 11111 |
Color Harmonies of #88146E
Complementary color
Monochromatic Colors of #88146E
Black with #88146E
Text Example
Text Example
White with #88146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88146E; }
p { color: rgb(136,20,110); }
H1.HeaderClassName
{
color: #88146E;
}
.AnyTagClassName
{
color: #88146E;
}
</style>
background-color css
<style>
a { background-color: #88146E; }
a { background-color: rgb(136,20,110); }
div.DivClassName
{
background-color: #88146E;
}
.BgClassName
{
background-color: #88146E;
}
</style>
border-color css
<style>
span { border-color: #88146E; }
span { border-color: rgb(136,20,110); }
td.TdClassName
{
border-color: #88146E;
}
.TagClassName
{
border-color: #88146E;
}
</style>