Shades of Dark Purple #883182
Tints of Dark Purple #883182
RGB
CMYK
RGB Variations
Color information
#883182 (or 0x883182) is known color: Dark Purple. HEX triplet: 88, 31 and 82. RGB value is (136,49,130). Sum of RGB (Red+Green+Blue) = 136+49+130=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #883182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883182 is #77CE7D. Grayscale: #545454. Windows color (decimal): -7851646 or 8532360. OLE color: 8532360.
HSL color Cylindrical-coordinate representation of color #883182: hue angle of 304.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883182 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 130 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.47 |
| HSL | 304.14º | 0.47% | 0.36% | - |
| HSV(B) | 304.14º | 0.64% | 0.53% | - |
| XYZ | 15.28 | 9.04 | 22.06 | - |
| YUV | 84.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 130 | 0 | 0.64 | 0.04 | 0.47 | 304.14 | 0.47 | 0.36 |
| Hex | 88 | 31 | 82 | 0 | 40 | 4 | 2F | 130 | 2F | 24 |
| Octal | 210 | 61 | 202 | 0 | 100 | 4 | 57 | 460 | 57 | 44 |
| Binary | 10001000 | 110001 | 10000010 | 0 | 1000000 | 100 | 101111 | 100110000 | 101111 | 100100 |
Color Harmonies of #883182
Complementary color
Monochromatic Colors of #883182
Black with #883182
Text Example
Text Example
White with #883182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883182; }
p { color: rgb(136,49,130); }
H1.HeaderClassName
{
color: #883182;
}
.AnyTagClassName
{
color: #883182;
}
</style>
background-color css
<style>
a { background-color: #883182; }
a { background-color: rgb(136,49,130); }
div.DivClassName
{
background-color: #883182;
}
.BgClassName
{
background-color: #883182;
}
</style>
border-color css
<style>
span { border-color: #883182; }
span { border-color: rgb(136,49,130); }
td.TdClassName
{
border-color: #883182;
}
.TagClassName
{
border-color: #883182;
}
</style>