Shades of Dark Purple #881667
Tints of Dark Purple #881667
RGB
CMYK
RGB Variations
Color information
#881667 (or 0x881667) is known color: Dark Purple. HEX triplet: 88, 16 and 67. RGB value is (136,22,103). Sum of RGB (Red+Green+Blue) = 136+22+103=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #881667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881667 is #77E998. Grayscale: #414141. Windows color (decimal): -7858585 or 6755976. OLE color: 6755976.
HSL color Cylindrical-coordinate representation of color #881667: hue angle of 317.37º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881667 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 103 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.47 |
| HSL | 317.37º | 0.72% | 0.31% | - |
| HSV(B) | 317.37º | 0.84% | 0.53% | - |
| XYZ | 12.89 | 6.79 | 13.46 | - |
| YUV | 65.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 103 | 0 | 0.84 | 0.24 | 0.47 | 317.37 | 0.72 | 0.31 |
| Hex | 88 | 16 | 67 | 0 | 54 | 18 | 2F | 13D | 48 | 1F |
| Octal | 210 | 26 | 147 | 0 | 124 | 30 | 57 | 475 | 110 | 37 |
| Binary | 10001000 | 10110 | 1100111 | 0 | 1010100 | 11000 | 101111 | 100111101 | 1001000 | 11111 |
Color Harmonies of #881667
Complementary color
Monochromatic Colors of #881667
Black with #881667
Text Example
Text Example
White with #881667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881667; }
p { color: rgb(136,22,103); }
H1.HeaderClassName
{
color: #881667;
}
.AnyTagClassName
{
color: #881667;
}
</style>
background-color css
<style>
a { background-color: #881667; }
a { background-color: rgb(136,22,103); }
div.DivClassName
{
background-color: #881667;
}
.BgClassName
{
background-color: #881667;
}
</style>
border-color css
<style>
span { border-color: #881667; }
span { border-color: rgb(136,22,103); }
td.TdClassName
{
border-color: #881667;
}
.TagClassName
{
border-color: #881667;
}
</style>