Shades of Dark Purple #881B6C
Tints of Dark Purple #881B6C
RGB
CMYK
RGB Variations
Color information
#881B6C (or 0x881B6C) is known color: Dark Purple. HEX triplet: 88, 1B and 6C. RGB value is (136,27,108). Sum of RGB (Red+Green+Blue) = 136+27+108=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #881B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881B6C is #77E493. Grayscale: #444444. Windows color (decimal): -7857300 or 7084936. OLE color: 7084936.
HSL color Cylindrical-coordinate representation of color #881B6C: hue angle of 315.41º 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 #881B6C is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 108 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.47 |
| HSL | 315.41º | 0.67% | 0.32% | - |
| HSV(B) | 315.41º | 0.8% | 0.53% | - |
| XYZ | 13.25 | 7.1 | 14.86 | - |
| YUV | 68.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 108 | 0 | 0.80 | 0.21 | 0.47 | 315.41 | 0.67 | 0.32 |
| Hex | 88 | 1B | 6C | 0 | 50 | 15 | 2F | 13B | 43 | 20 |
| Octal | 210 | 33 | 154 | 0 | 120 | 25 | 57 | 473 | 103 | 40 |
| Binary | 10001000 | 11011 | 1101100 | 0 | 1010000 | 10101 | 101111 | 100111011 | 1000011 | 100000 |
Color Harmonies of #881B6C
Complementary color
Monochromatic Colors of #881B6C
Black with #881B6C
Text Example
Text Example
White with #881B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B6C; }
p { color: rgb(136,27,108); }
H1.HeaderClassName
{
color: #881B6C;
}
.AnyTagClassName
{
color: #881B6C;
}
</style>
background-color css
<style>
a { background-color: #881B6C; }
a { background-color: rgb(136,27,108); }
div.DivClassName
{
background-color: #881B6C;
}
.BgClassName
{
background-color: #881B6C;
}
</style>
border-color css
<style>
span { border-color: #881B6C; }
span { border-color: rgb(136,27,108); }
td.TdClassName
{
border-color: #881B6C;
}
.TagClassName
{
border-color: #881B6C;
}
</style>