Shades of Dark Purple #881867
Tints of Dark Purple #881867
RGB
CMYK
RGB Variations
Color information
#881867 (or 0x881867) is known color: Dark Purple. HEX triplet: 88, 18 and 67. RGB value is (136,24,103). Sum of RGB (Red+Green+Blue) = 136+24+103=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #881867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881867 is #77E798. Grayscale: #424242. Windows color (decimal): -7858073 or 6756488. OLE color: 6756488.
HSL color Cylindrical-coordinate representation of color #881867: hue angle of 317.68º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881867 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 103 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.47 |
| HSL | 317.68º | 0.7% | 0.31% | - |
| HSV(B) | 317.68º | 0.82% | 0.53% | - |
| XYZ | 12.93 | 6.87 | 13.48 | - |
| YUV | 66.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 103 | 0 | 0.82 | 0.24 | 0.47 | 317.68 | 0.7 | 0.31 |
| Hex | 88 | 18 | 67 | 0 | 52 | 18 | 2F | 13E | 46 | 1F |
| Octal | 210 | 30 | 147 | 0 | 122 | 30 | 57 | 476 | 106 | 37 |
| Binary | 10001000 | 11000 | 1100111 | 0 | 1010010 | 11000 | 101111 | 100111110 | 1000110 | 11111 |
Color Harmonies of #881867
Complementary color
Monochromatic Colors of #881867
Black with #881867
Text Example
Text Example
White with #881867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881867; }
p { color: rgb(136,24,103); }
H1.HeaderClassName
{
color: #881867;
}
.AnyTagClassName
{
color: #881867;
}
</style>
background-color css
<style>
a { background-color: #881867; }
a { background-color: rgb(136,24,103); }
div.DivClassName
{
background-color: #881867;
}
.BgClassName
{
background-color: #881867;
}
</style>
border-color css
<style>
span { border-color: #881867; }
span { border-color: rgb(136,24,103); }
td.TdClassName
{
border-color: #881867;
}
.TagClassName
{
border-color: #881867;
}
</style>