Shades of Dark Purple #882083
Tints of Dark Purple #882083
RGB
CMYK
RGB Variations
Color information
#882083 (or 0x882083) is known color: Dark Purple. HEX triplet: 88, 20 and 83. RGB value is (136,32,131). Sum of RGB (Red+Green+Blue) = 136+32+131=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #882083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882083 is #77DF7C. Grayscale: #4A4A4A. Windows color (decimal): -7855997 or 8593544. OLE color: 8593544.
HSL color Cylindrical-coordinate representation of color #882083: hue angle of 302.88º degrees, saturation: 0.62, 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 #882083 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 131 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.47 |
| HSL | 302.88º | 0.62% | 0.33% | - |
| HSV(B) | 302.88º | 0.76% | 0.53% | - |
| XYZ | 14.77 | 7.91 | 22.22 | - |
| YUV | 74.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 131 | 0 | 0.76 | 0.04 | 0.47 | 302.88 | 0.62 | 0.33 |
| Hex | 88 | 20 | 83 | 0 | 4C | 4 | 2F | 12F | 3E | 21 |
| Octal | 210 | 40 | 203 | 0 | 114 | 4 | 57 | 457 | 76 | 41 |
| Binary | 10001000 | 100000 | 10000011 | 0 | 1001100 | 100 | 101111 | 100101111 | 111110 | 100001 |
Color Harmonies of #882083
Complementary color
Monochromatic Colors of #882083
Black with #882083
Text Example
Text Example
White with #882083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882083; }
p { color: rgb(136,32,131); }
H1.HeaderClassName
{
color: #882083;
}
.AnyTagClassName
{
color: #882083;
}
</style>
background-color css
<style>
a { background-color: #882083; }
a { background-color: rgb(136,32,131); }
div.DivClassName
{
background-color: #882083;
}
.BgClassName
{
background-color: #882083;
}
</style>
border-color css
<style>
span { border-color: #882083; }
span { border-color: rgb(136,32,131); }
td.TdClassName
{
border-color: #882083;
}
.TagClassName
{
border-color: #882083;
}
</style>