Shades of Dark Purple #882189
Tints of Dark Purple #882189
RGB
CMYK
RGB Variations
Color information
#882189 (or 0x882189) is known color: Dark Purple. HEX triplet: 88, 21 and 89. RGB value is (136,33,137). Sum of RGB (Red+Green+Blue) = 136+33+137=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #882189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882189 is #77DE76. Grayscale: #4B4B4B. Windows color (decimal): -7855735 or 8987016. OLE color: 8987016.
HSL color Cylindrical-coordinate representation of color #882189: hue angle of 299.42º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882189 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 33 | 137 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.46 |
| HSL | 299.42º | 0.61% | 0.33% | - |
| HSV(B) | 299.42º | 0.76% | 0.54% | - |
| XYZ | 15.21 | 8.13 | 24.43 | - |
| YUV | 75.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 137 | 0.01 | 0.76 | 0 | 0.46 | 299.42 | 0.61 | 0.33 |
| Hex | 88 | 21 | 89 | 1 | 4C | 0 | 2E | 12B | 3D | 21 |
| Octal | 210 | 41 | 211 | 1 | 114 | 0 | 56 | 453 | 75 | 41 |
| Binary | 10001000 | 100001 | 10001001 | 1 | 1001100 | 0 | 101110 | 100101011 | 111101 | 100001 |
Color Harmonies of #882189
Complementary color
Monochromatic Colors of #882189
Black with #882189
Text Example
Text Example
White with #882189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882189; }
p { color: rgb(136,33,137); }
H1.HeaderClassName
{
color: #882189;
}
.AnyTagClassName
{
color: #882189;
}
</style>
background-color css
<style>
a { background-color: #882189; }
a { background-color: rgb(136,33,137); }
div.DivClassName
{
background-color: #882189;
}
.BgClassName
{
background-color: #882189;
}
</style>
border-color css
<style>
span { border-color: #882189; }
span { border-color: rgb(136,33,137); }
td.TdClassName
{
border-color: #882189;
}
.TagClassName
{
border-color: #882189;
}
</style>