Shades of Dark Purple #881B85
Tints of Dark Purple #881B85
RGB
CMYK
RGB Variations
Color information
#881B85 (or 0x881B85) is known color: Dark Purple. HEX triplet: 88, 1B and 85. RGB value is (136,27,133). Sum of RGB (Red+Green+Blue) = 136+27+133=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #881B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881B85 is #77E47A. Grayscale: #474747. Windows color (decimal): -7857275 or 8723336. OLE color: 8723336.
HSL color Cylindrical-coordinate representation of color #881B85: hue angle of 301.65º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B85 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 133 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.47 |
| HSL | 301.65º | 0.67% | 0.32% | - |
| HSV(B) | 301.65º | 0.8% | 0.53% | - |
| XYZ | 14.78 | 7.71 | 22.9 | - |
| YUV | 71.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 133 | 0 | 0.80 | 0.02 | 0.47 | 301.65 | 0.67 | 0.32 |
| Hex | 88 | 1B | 85 | 0 | 50 | 2 | 2F | 12E | 43 | 20 |
| Octal | 210 | 33 | 205 | 0 | 120 | 2 | 57 | 456 | 103 | 40 |
| Binary | 10001000 | 11011 | 10000101 | 0 | 1010000 | 10 | 101111 | 100101110 | 1000011 | 100000 |
Color Harmonies of #881B85
Complementary color
Monochromatic Colors of #881B85
Black with #881B85
Text Example
Text Example
White with #881B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B85; }
p { color: rgb(136,27,133); }
H1.HeaderClassName
{
color: #881B85;
}
.AnyTagClassName
{
color: #881B85;
}
</style>
background-color css
<style>
a { background-color: #881B85; }
a { background-color: rgb(136,27,133); }
div.DivClassName
{
background-color: #881B85;
}
.BgClassName
{
background-color: #881B85;
}
</style>
border-color css
<style>
span { border-color: #881B85; }
span { border-color: rgb(136,27,133); }
td.TdClassName
{
border-color: #881B85;
}
.TagClassName
{
border-color: #881B85;
}
</style>