Shades of Dark Purple #883682
Tints of Dark Purple #883682
RGB
CMYK
RGB Variations
Color information
#883682 (or 0x883682) is known color: Dark Purple. HEX triplet: 88, 36 and 82. RGB value is (136,54,130). Sum of RGB (Red+Green+Blue) = 136+54+130=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #883682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883682 is #77C97D. Grayscale: #565656. Windows color (decimal): -7850366 or 8533640. OLE color: 8533640.
HSL color Cylindrical-coordinate representation of color #883682: hue angle of 304.39º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883682 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 130 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.47 |
| HSL | 304.39º | 0.43% | 0.37% | - |
| HSV(B) | 304.39º | 0.6% | 0.53% | - |
| XYZ | 15.5 | 9.48 | 22.13 | - |
| YUV | 87.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 130 | 0 | 0.60 | 0.04 | 0.47 | 304.39 | 0.43 | 0.37 |
| Hex | 88 | 36 | 82 | 0 | 3C | 4 | 2F | 130 | 2B | 25 |
| Octal | 210 | 66 | 202 | 0 | 74 | 4 | 57 | 460 | 53 | 45 |
| Binary | 10001000 | 110110 | 10000010 | 0 | 111100 | 100 | 101111 | 100110000 | 101011 | 100101 |
Color Harmonies of #883682
Complementary color
Monochromatic Colors of #883682
Black with #883682
Text Example
Text Example
White with #883682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883682; }
p { color: rgb(136,54,130); }
H1.HeaderClassName
{
color: #883682;
}
.AnyTagClassName
{
color: #883682;
}
</style>
background-color css
<style>
a { background-color: #883682; }
a { background-color: rgb(136,54,130); }
div.DivClassName
{
background-color: #883682;
}
.BgClassName
{
background-color: #883682;
}
</style>
border-color css
<style>
span { border-color: #883682; }
span { border-color: rgb(136,54,130); }
td.TdClassName
{
border-color: #883682;
}
.TagClassName
{
border-color: #883682;
}
</style>