Shades of Dark Purple #88246B
Tints of Dark Purple #88246B
RGB
CMYK
RGB Variations
Color information
#88246B (or 0x88246B) is known color: Dark Purple. HEX triplet: 88, 24 and 6B. RGB value is (136,36,107). Sum of RGB (Red+Green+Blue) = 136+36+107=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88246B is #77DB94. Grayscale: #494949. Windows color (decimal): -7854997 or 7021704. OLE color: 7021704.
HSL color Cylindrical-coordinate representation of color #88246B: hue angle of 317.4º degrees, saturation: 0.58, 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 #88246B is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 107 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.47 |
| HSL | 317.4º | 0.58% | 0.34% | - |
| HSV(B) | 317.4º | 0.74% | 0.53% | - |
| XYZ | 13.44 | 7.56 | 14.66 | - |
| YUV | 73.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 107 | 0 | 0.74 | 0.21 | 0.47 | 317.4 | 0.58 | 0.34 |
| Hex | 88 | 24 | 6B | 0 | 4A | 15 | 2F | 13D | 3A | 22 |
| Octal | 210 | 44 | 153 | 0 | 112 | 25 | 57 | 475 | 72 | 42 |
| Binary | 10001000 | 100100 | 1101011 | 0 | 1001010 | 10101 | 101111 | 100111101 | 111010 | 100010 |
Color Harmonies of #88246B
Complementary color
Monochromatic Colors of #88246B
Black with #88246B
Text Example
Text Example
White with #88246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88246B; }
p { color: rgb(136,36,107); }
H1.HeaderClassName
{
color: #88246B;
}
.AnyTagClassName
{
color: #88246B;
}
</style>
background-color css
<style>
a { background-color: #88246B; }
a { background-color: rgb(136,36,107); }
div.DivClassName
{
background-color: #88246B;
}
.BgClassName
{
background-color: #88246B;
}
</style>
border-color css
<style>
span { border-color: #88246B; }
span { border-color: rgb(136,36,107); }
td.TdClassName
{
border-color: #88246B;
}
.TagClassName
{
border-color: #88246B;
}
</style>