Shades of Dark Purple #883681
Tints of Dark Purple #883681
RGB
CMYK
RGB Variations
Color information
#883681 (or 0x883681) is known color: Dark Purple. HEX triplet: 88, 36 and 81. RGB value is (136,54,129). Sum of RGB (Red+Green+Blue) = 136+54+129=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #883681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883681 is #77C97E. Grayscale: #565656. Windows color (decimal): -7850367 or 8468104. OLE color: 8468104.
HSL color Cylindrical-coordinate representation of color #883681: hue angle of 305.12º 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 #883681 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 129 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.47 |
| HSL | 305.12º | 0.43% | 0.37% | - |
| HSV(B) | 305.12º | 0.6% | 0.53% | - |
| XYZ | 15.43 | 9.46 | 21.78 | - |
| YUV | 87.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 129 | 0 | 0.60 | 0.05 | 0.47 | 305.12 | 0.43 | 0.37 |
| Hex | 88 | 36 | 81 | 0 | 3C | 5 | 2F | 131 | 2B | 25 |
| Octal | 210 | 66 | 201 | 0 | 74 | 5 | 57 | 461 | 53 | 45 |
| Binary | 10001000 | 110110 | 10000001 | 0 | 111100 | 101 | 101111 | 100110001 | 101011 | 100101 |
Color Harmonies of #883681
Complementary color
Monochromatic Colors of #883681
Black with #883681
Text Example
Text Example
White with #883681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883681; }
p { color: rgb(136,54,129); }
H1.HeaderClassName
{
color: #883681;
}
.AnyTagClassName
{
color: #883681;
}
</style>
background-color css
<style>
a { background-color: #883681; }
a { background-color: rgb(136,54,129); }
div.DivClassName
{
background-color: #883681;
}
.BgClassName
{
background-color: #883681;
}
</style>
border-color css
<style>
span { border-color: #883681; }
span { border-color: rgb(136,54,129); }
td.TdClassName
{
border-color: #883681;
}
.TagClassName
{
border-color: #883681;
}
</style>