Shades of Dark Purple #883284
Tints of Dark Purple #883284
RGB
CMYK
RGB Variations
Color information
#883284 (or 0x883284) is known color: Dark Purple. HEX triplet: 88, 32 and 84. RGB value is (136,50,132). Sum of RGB (Red+Green+Blue) = 136+50+132=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #883284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883284 is #77CD7B. Grayscale: #545454. Windows color (decimal): -7851388 or 8663688. OLE color: 8663688.
HSL color Cylindrical-coordinate representation of color #883284: hue angle of 302.79º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883284 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 132 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.47 |
| HSL | 302.79º | 0.46% | 0.36% | - |
| HSV(B) | 302.79º | 0.63% | 0.53% | - |
| XYZ | 15.46 | 9.18 | 22.79 | - |
| YUV | 85.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 132 | 0 | 0.63 | 0.03 | 0.47 | 302.79 | 0.46 | 0.36 |
| Hex | 88 | 32 | 84 | 0 | 3F | 3 | 2F | 12F | 2E | 24 |
| Octal | 210 | 62 | 204 | 0 | 77 | 3 | 57 | 457 | 56 | 44 |
| Binary | 10001000 | 110010 | 10000100 | 0 | 111111 | 11 | 101111 | 100101111 | 101110 | 100100 |
Color Harmonies of #883284
Complementary color
Monochromatic Colors of #883284
Black with #883284
Text Example
Text Example
White with #883284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883284; }
p { color: rgb(136,50,132); }
H1.HeaderClassName
{
color: #883284;
}
.AnyTagClassName
{
color: #883284;
}
</style>
background-color css
<style>
a { background-color: #883284; }
a { background-color: rgb(136,50,132); }
div.DivClassName
{
background-color: #883284;
}
.BgClassName
{
background-color: #883284;
}
</style>
border-color css
<style>
span { border-color: #883284; }
span { border-color: rgb(136,50,132); }
td.TdClassName
{
border-color: #883284;
}
.TagClassName
{
border-color: #883284;
}
</style>