Shades of Dark Purple #882483
Tints of Dark Purple #882483
RGB
CMYK
RGB Variations
Color information
#882483 (or 0x882483) is known color: Dark Purple. HEX triplet: 88, 24 and 83. RGB value is (136,36,131). Sum of RGB (Red+Green+Blue) = 136+36+131=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #882483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882483 is #77DB7C. Grayscale: #4C4C4C. Windows color (decimal): -7854973 or 8594568. OLE color: 8594568.
HSL color Cylindrical-coordinate representation of color #882483: hue angle of 303º 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 #882483 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 131 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.47 |
| HSL | 303º | 0.58% | 0.34% | - |
| HSV(B) | 303º | 0.74% | 0.53% | - |
| XYZ | 14.88 | 8.13 | 22.26 | - |
| YUV | 76.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 131 | 0 | 0.74 | 0.04 | 0.47 | 303 | 0.58 | 0.34 |
| Hex | 88 | 24 | 83 | 0 | 4A | 4 | 2F | 12F | 3A | 22 |
| Octal | 210 | 44 | 203 | 0 | 112 | 4 | 57 | 457 | 72 | 42 |
| Binary | 10001000 | 100100 | 10000011 | 0 | 1001010 | 100 | 101111 | 100101111 | 111010 | 100010 |
Color Harmonies of #882483
Complementary color
Monochromatic Colors of #882483
Black with #882483
Text Example
Text Example
White with #882483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882483; }
p { color: rgb(136,36,131); }
H1.HeaderClassName
{
color: #882483;
}
.AnyTagClassName
{
color: #882483;
}
</style>
background-color css
<style>
a { background-color: #882483; }
a { background-color: rgb(136,36,131); }
div.DivClassName
{
background-color: #882483;
}
.BgClassName
{
background-color: #882483;
}
</style>
border-color css
<style>
span { border-color: #882483; }
span { border-color: rgb(136,36,131); }
td.TdClassName
{
border-color: #882483;
}
.TagClassName
{
border-color: #882483;
}
</style>