Shades of Dark Purple #88236D
Tints of Dark Purple #88236D
RGB
CMYK
RGB Variations
Color information
#88236D (or 0x88236D) is known color: Dark Purple. HEX triplet: 88, 23 and 6D. RGB value is (136,35,109). Sum of RGB (Red+Green+Blue) = 136+35+109=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88236D is #77DC92. Grayscale: #494949. Windows color (decimal): -7855251 or 7152520. OLE color: 7152520.
HSL color Cylindrical-coordinate representation of color #88236D: hue angle of 316.04º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88236D is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 109 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.47 |
| HSL | 316.04º | 0.59% | 0.34% | - |
| HSV(B) | 316.04º | 0.74% | 0.53% | - |
| XYZ | 13.51 | 7.54 | 15.21 | - |
| YUV | 73.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 109 | 0 | 0.74 | 0.20 | 0.47 | 316.04 | 0.59 | 0.34 |
| Hex | 88 | 23 | 6D | 0 | 4A | 14 | 2F | 13C | 3B | 22 |
| Octal | 210 | 43 | 155 | 0 | 112 | 24 | 57 | 474 | 73 | 42 |
| Binary | 10001000 | 100011 | 1101101 | 0 | 1001010 | 10100 | 101111 | 100111100 | 111011 | 100010 |
Color Harmonies of #88236D
Complementary color
Monochromatic Colors of #88236D
Black with #88236D
Text Example
Text Example
White with #88236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88236D; }
p { color: rgb(136,35,109); }
H1.HeaderClassName
{
color: #88236D;
}
.AnyTagClassName
{
color: #88236D;
}
</style>
background-color css
<style>
a { background-color: #88236D; }
a { background-color: rgb(136,35,109); }
div.DivClassName
{
background-color: #88236D;
}
.BgClassName
{
background-color: #88236D;
}
</style>
border-color css
<style>
span { border-color: #88236D; }
span { border-color: rgb(136,35,109); }
td.TdClassName
{
border-color: #88236D;
}
.TagClassName
{
border-color: #88236D;
}
</style>