Shades of Dark Purple #881A66
Tints of Dark Purple #881A66
RGB
CMYK
RGB Variations
Color information
#881A66 (or 0x881A66) is known color: Dark Purple. HEX triplet: 88, 1A and 66. RGB value is (136,26,102). Sum of RGB (Red+Green+Blue) = 136+26+102=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #881A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A66 is #77E599. Grayscale: #434343. Windows color (decimal): -7857562 or 6691464. OLE color: 6691464.
HSL color Cylindrical-coordinate representation of color #881A66: hue angle of 318.55º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A66 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 102 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.47 |
| HSL | 318.55º | 0.68% | 0.32% | - |
| HSV(B) | 318.55º | 0.81% | 0.53% | - |
| XYZ | 12.92 | 6.93 | 13.23 | - |
| YUV | 67.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 102 | 0 | 0.81 | 0.25 | 0.47 | 318.55 | 0.68 | 0.32 |
| Hex | 88 | 1A | 66 | 0 | 51 | 19 | 2F | 13F | 44 | 20 |
| Octal | 210 | 32 | 146 | 0 | 121 | 31 | 57 | 477 | 104 | 40 |
| Binary | 10001000 | 11010 | 1100110 | 0 | 1010001 | 11001 | 101111 | 100111111 | 1000100 | 100000 |
Color Harmonies of #881A66
Complementary color
Monochromatic Colors of #881A66
Black with #881A66
Text Example
Text Example
White with #881A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A66; }
p { color: rgb(136,26,102); }
H1.HeaderClassName
{
color: #881A66;
}
.AnyTagClassName
{
color: #881A66;
}
</style>
background-color css
<style>
a { background-color: #881A66; }
a { background-color: rgb(136,26,102); }
div.DivClassName
{
background-color: #881A66;
}
.BgClassName
{
background-color: #881A66;
}
</style>
border-color css
<style>
span { border-color: #881A66; }
span { border-color: rgb(136,26,102); }
td.TdClassName
{
border-color: #881A66;
}
.TagClassName
{
border-color: #881A66;
}
</style>