Shades of Dark Purple #882482
Tints of Dark Purple #882482
RGB
CMYK
RGB Variations
Color information
#882482 (or 0x882482) is known color: Dark Purple. HEX triplet: 88, 24 and 82. RGB value is (136,36,130). Sum of RGB (Red+Green+Blue) = 136+36+130=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #882482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882482 is #77DB7D. Grayscale: #4C4C4C. Windows color (decimal): -7854974 or 8529032. OLE color: 8529032.
HSL color Cylindrical-coordinate representation of color #882482: hue angle of 303.6º 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 #882482 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 130 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.47 |
| HSL | 303.6º | 0.58% | 0.34% | - |
| HSV(B) | 303.6º | 0.74% | 0.53% | - |
| XYZ | 14.81 | 8.11 | 21.9 | - |
| YUV | 76.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 130 | 0 | 0.74 | 0.04 | 0.47 | 303.6 | 0.58 | 0.34 |
| Hex | 88 | 24 | 82 | 0 | 4A | 4 | 2F | 130 | 3A | 22 |
| Octal | 210 | 44 | 202 | 0 | 112 | 4 | 57 | 460 | 72 | 42 |
| Binary | 10001000 | 100100 | 10000010 | 0 | 1001010 | 100 | 101111 | 100110000 | 111010 | 100010 |
Color Harmonies of #882482
Complementary color
Monochromatic Colors of #882482
Black with #882482
Text Example
Text Example
White with #882482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882482; }
p { color: rgb(136,36,130); }
H1.HeaderClassName
{
color: #882482;
}
.AnyTagClassName
{
color: #882482;
}
</style>
background-color css
<style>
a { background-color: #882482; }
a { background-color: rgb(136,36,130); }
div.DivClassName
{
background-color: #882482;
}
.BgClassName
{
background-color: #882482;
}
</style>
border-color css
<style>
span { border-color: #882482; }
span { border-color: rgb(136,36,130); }
td.TdClassName
{
border-color: #882482;
}
.TagClassName
{
border-color: #882482;
}
</style>