Shades of Dark Purple #882167
Tints of Dark Purple #882167
RGB
CMYK
RGB Variations
Color information
#882167 (or 0x882167) is known color: Dark Purple. HEX triplet: 88, 21 and 67. RGB value is (136,33,103). Sum of RGB (Red+Green+Blue) = 136+33+103=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #882167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882167 is #77DE98. Grayscale: #474747. Windows color (decimal): -7855769 or 6758792. OLE color: 6758792.
HSL color Cylindrical-coordinate representation of color #882167: hue angle of 319.22º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882167 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 103 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.47 |
| HSL | 319.22º | 0.61% | 0.33% | - |
| HSV(B) | 319.22º | 0.76% | 0.53% | - |
| XYZ | 13.15 | 7.3 | 13.55 | - |
| YUV | 71.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 103 | 0 | 0.76 | 0.24 | 0.47 | 319.22 | 0.61 | 0.33 |
| Hex | 88 | 21 | 67 | 0 | 4C | 18 | 2F | 13F | 3D | 21 |
| Octal | 210 | 41 | 147 | 0 | 114 | 30 | 57 | 477 | 75 | 41 |
| Binary | 10001000 | 100001 | 1100111 | 0 | 1001100 | 11000 | 101111 | 100111111 | 111101 | 100001 |
Color Harmonies of #882167
Complementary color
Monochromatic Colors of #882167
Black with #882167
Text Example
Text Example
White with #882167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882167; }
p { color: rgb(136,33,103); }
H1.HeaderClassName
{
color: #882167;
}
.AnyTagClassName
{
color: #882167;
}
</style>
background-color css
<style>
a { background-color: #882167; }
a { background-color: rgb(136,33,103); }
div.DivClassName
{
background-color: #882167;
}
.BgClassName
{
background-color: #882167;
}
</style>
border-color css
<style>
span { border-color: #882167; }
span { border-color: rgb(136,33,103); }
td.TdClassName
{
border-color: #882167;
}
.TagClassName
{
border-color: #882167;
}
</style>