Shades of Dark Purple #881966
Tints of Dark Purple #881966
RGB
CMYK
RGB Variations
Color information
#881966 (or 0x881966) is known color: Dark Purple. HEX triplet: 88, 19 and 66. RGB value is (136,25,102). Sum of RGB (Red+Green+Blue) = 136+25+102=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #881966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881966 is #77E699. Grayscale: #424242. Windows color (decimal): -7857818 or 6691208. OLE color: 6691208.
HSL color Cylindrical-coordinate representation of color #881966: hue angle of 318.38º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881966 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 102 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.47 |
| HSL | 318.38º | 0.69% | 0.32% | - |
| HSV(B) | 318.38º | 0.82% | 0.53% | - |
| XYZ | 12.9 | 6.89 | 13.22 | - |
| YUV | 66.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 102 | 0 | 0.82 | 0.25 | 0.47 | 318.38 | 0.69 | 0.32 |
| Hex | 88 | 19 | 66 | 0 | 52 | 19 | 2F | 13E | 45 | 20 |
| Octal | 210 | 31 | 146 | 0 | 122 | 31 | 57 | 476 | 105 | 40 |
| Binary | 10001000 | 11001 | 1100110 | 0 | 1010010 | 11001 | 101111 | 100111110 | 1000101 | 100000 |
Color Harmonies of #881966
Complementary color
Monochromatic Colors of #881966
Black with #881966
Text Example
Text Example
White with #881966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881966; }
p { color: rgb(136,25,102); }
H1.HeaderClassName
{
color: #881966;
}
.AnyTagClassName
{
color: #881966;
}
</style>
background-color css
<style>
a { background-color: #881966; }
a { background-color: rgb(136,25,102); }
div.DivClassName
{
background-color: #881966;
}
.BgClassName
{
background-color: #881966;
}
</style>
border-color css
<style>
span { border-color: #881966; }
span { border-color: rgb(136,25,102); }
td.TdClassName
{
border-color: #881966;
}
.TagClassName
{
border-color: #881966;
}
</style>