Shades of Dark Purple #882163
Tints of Dark Purple #882163
RGB
CMYK
RGB Variations
Color information
#882163 (or 0x882163) is known color: Dark Purple. HEX triplet: 88, 21 and 63. RGB value is (136,33,99). Sum of RGB (Red+Green+Blue) = 136+33+99=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #882163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882163 is #77DE9C. Grayscale: #474747. Windows color (decimal): -7855773 or 6496648. OLE color: 6496648.
HSL color Cylindrical-coordinate representation of color #882163: hue angle of 321.55º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882163 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 99 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.47 |
| HSL | 321.55º | 0.61% | 0.33% | - |
| HSV(B) | 321.55º | 0.76% | 0.53% | - |
| XYZ | 12.95 | 7.22 | 12.52 | - |
| YUV | 71.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 99 | 0 | 0.76 | 0.27 | 0.47 | 321.55 | 0.61 | 0.33 |
| Hex | 88 | 21 | 63 | 0 | 4C | 1B | 2F | 142 | 3D | 21 |
| Octal | 210 | 41 | 143 | 0 | 114 | 33 | 57 | 502 | 75 | 41 |
| Binary | 10001000 | 100001 | 1100011 | 0 | 1001100 | 11011 | 101111 | 101000010 | 111101 | 100001 |
Color Harmonies of #882163
Complementary color
Monochromatic Colors of #882163
Black with #882163
Text Example
Text Example
White with #882163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882163; }
p { color: rgb(136,33,99); }
H1.HeaderClassName
{
color: #882163;
}
.AnyTagClassName
{
color: #882163;
}
</style>
background-color css
<style>
a { background-color: #882163; }
a { background-color: rgb(136,33,99); }
div.DivClassName
{
background-color: #882163;
}
.BgClassName
{
background-color: #882163;
}
</style>
border-color css
<style>
span { border-color: #882163; }
span { border-color: rgb(136,33,99); }
td.TdClassName
{
border-color: #882163;
}
.TagClassName
{
border-color: #882163;
}
</style>