Shades of Dark Purple #882489
Tints of Dark Purple #882489
RGB
CMYK
RGB Variations
Color information
#882489 (or 0x882489) is known color: Dark Purple. HEX triplet: 88, 24 and 89. RGB value is (136,36,137). Sum of RGB (Red+Green+Blue) = 136+36+137=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #882489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882489 is #77DB76. Grayscale: #4D4D4D. Windows color (decimal): -7854967 or 8987784. OLE color: 8987784.
HSL color Cylindrical-coordinate representation of color #882489: hue angle of 299.41º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882489 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 36 | 137 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.46 |
| HSL | 299.41º | 0.58% | 0.34% | - |
| HSV(B) | 299.41º | 0.74% | 0.54% | - |
| XYZ | 15.3 | 8.3 | 24.46 | - |
| YUV | 77.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 137 | 0.01 | 0.74 | 0 | 0.46 | 299.41 | 0.58 | 0.34 |
| Hex | 88 | 24 | 89 | 1 | 4A | 0 | 2E | 12B | 3A | 22 |
| Octal | 210 | 44 | 211 | 1 | 112 | 0 | 56 | 453 | 72 | 42 |
| Binary | 10001000 | 100100 | 10001001 | 1 | 1001010 | 0 | 101110 | 100101011 | 111010 | 100010 |
Color Harmonies of #882489
Complementary color
Monochromatic Colors of #882489
Black with #882489
Text Example
Text Example
White with #882489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882489; }
p { color: rgb(136,36,137); }
H1.HeaderClassName
{
color: #882489;
}
.AnyTagClassName
{
color: #882489;
}
</style>
background-color css
<style>
a { background-color: #882489; }
a { background-color: rgb(136,36,137); }
div.DivClassName
{
background-color: #882489;
}
.BgClassName
{
background-color: #882489;
}
</style>
border-color css
<style>
span { border-color: #882489; }
span { border-color: rgb(136,36,137); }
td.TdClassName
{
border-color: #882489;
}
.TagClassName
{
border-color: #882489;
}
</style>