Shades of Dark Purple #883084
Tints of Dark Purple #883084
RGB
CMYK
RGB Variations
Color information
#883084 (or 0x883084) is known color: Dark Purple. HEX triplet: 88, 30 and 84. RGB value is (136,48,132). Sum of RGB (Red+Green+Blue) = 136+48+132=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #883084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883084 is #77CF7B. Grayscale: #535353. Windows color (decimal): -7851900 or 8663176. OLE color: 8663176.
HSL color Cylindrical-coordinate representation of color #883084: hue angle of 302.73º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883084 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 48 | 132 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.47 |
| HSL | 302.73º | 0.48% | 0.36% | - |
| HSV(B) | 302.73º | 0.65% | 0.53% | - |
| XYZ | 15.38 | 9.01 | 22.76 | - |
| YUV | 83.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 132 | 0 | 0.65 | 0.03 | 0.47 | 302.73 | 0.48 | 0.36 |
| Hex | 88 | 30 | 84 | 0 | 41 | 3 | 2F | 12F | 30 | 24 |
| Octal | 210 | 60 | 204 | 0 | 101 | 3 | 57 | 457 | 60 | 44 |
| Binary | 10001000 | 110000 | 10000100 | 0 | 1000001 | 11 | 101111 | 100101111 | 110000 | 100100 |
Color Harmonies of #883084
Complementary color
Monochromatic Colors of #883084
Black with #883084
Text Example
Text Example
White with #883084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883084; }
p { color: rgb(136,48,132); }
H1.HeaderClassName
{
color: #883084;
}
.AnyTagClassName
{
color: #883084;
}
</style>
background-color css
<style>
a { background-color: #883084; }
a { background-color: rgb(136,48,132); }
div.DivClassName
{
background-color: #883084;
}
.BgClassName
{
background-color: #883084;
}
</style>
border-color css
<style>
span { border-color: #883084; }
span { border-color: rgb(136,48,132); }
td.TdClassName
{
border-color: #883084;
}
.TagClassName
{
border-color: #883084;
}
</style>