Shades of Dark Purple #882286
Tints of Dark Purple #882286
RGB
CMYK
RGB Variations
Color information
#882286 (or 0x882286) is known color: Dark Purple. HEX triplet: 88, 22 and 86. RGB value is (136,34,134). Sum of RGB (Red+Green+Blue) = 136+34+134=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #882286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882286 is #77DD79. Grayscale: #4B4B4B. Windows color (decimal): -7855482 or 8790664. OLE color: 8790664.
HSL color Cylindrical-coordinate representation of color #882286: hue angle of 301.18º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882286 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 34 | 134 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.47 |
| HSL | 301.18º | 0.6% | 0.33% | - |
| HSV(B) | 301.18º | 0.75% | 0.53% | - |
| XYZ | 15.03 | 8.1 | 23.33 | - |
| YUV | 75.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 134 | 0 | 0.75 | 0.01 | 0.47 | 301.18 | 0.6 | 0.33 |
| Hex | 88 | 22 | 86 | 0 | 4B | 1 | 2F | 12D | 3C | 21 |
| Octal | 210 | 42 | 206 | 0 | 113 | 1 | 57 | 455 | 74 | 41 |
| Binary | 10001000 | 100010 | 10000110 | 0 | 1001011 | 1 | 101111 | 100101101 | 111100 | 100001 |
Color Harmonies of #882286
Complementary color
Monochromatic Colors of #882286
Black with #882286
Text Example
Text Example
White with #882286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882286; }
p { color: rgb(136,34,134); }
H1.HeaderClassName
{
color: #882286;
}
.AnyTagClassName
{
color: #882286;
}
</style>
background-color css
<style>
a { background-color: #882286; }
a { background-color: rgb(136,34,134); }
div.DivClassName
{
background-color: #882286;
}
.BgClassName
{
background-color: #882286;
}
</style>
border-color css
<style>
span { border-color: #882286; }
span { border-color: rgb(136,34,134); }
td.TdClassName
{
border-color: #882286;
}
.TagClassName
{
border-color: #882286;
}
</style>