Shades of Dark Purple #881C65
Tints of Dark Purple #881C65
RGB
CMYK
RGB Variations
Color information
#881C65 (or 0x881C65) is known color: Dark Purple. HEX triplet: 88, 1C and 65. RGB value is (136,28,101). Sum of RGB (Red+Green+Blue) = 136+28+101=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #881C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881C65 is #77E39A. Grayscale: #444444. Windows color (decimal): -7857051 or 6626440. OLE color: 6626440.
HSL color Cylindrical-coordinate representation of color #881C65: hue angle of 319.44º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881C65 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 101 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.47 |
| HSL | 319.44º | 0.66% | 0.32% | - |
| HSV(B) | 319.44º | 0.79% | 0.53% | - |
| XYZ | 12.92 | 7 | 12.98 | - |
| YUV | 68.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 101 | 0 | 0.79 | 0.26 | 0.47 | 319.44 | 0.66 | 0.32 |
| Hex | 88 | 1C | 65 | 0 | 4F | 1A | 2F | 13F | 42 | 20 |
| Octal | 210 | 34 | 145 | 0 | 117 | 32 | 57 | 477 | 102 | 40 |
| Binary | 10001000 | 11100 | 1100101 | 0 | 1001111 | 11010 | 101111 | 100111111 | 1000010 | 100000 |
Color Harmonies of #881C65
Complementary color
Monochromatic Colors of #881C65
Black with #881C65
Text Example
Text Example
White with #881C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C65; }
p { color: rgb(136,28,101); }
H1.HeaderClassName
{
color: #881C65;
}
.AnyTagClassName
{
color: #881C65;
}
</style>
background-color css
<style>
a { background-color: #881C65; }
a { background-color: rgb(136,28,101); }
div.DivClassName
{
background-color: #881C65;
}
.BgClassName
{
background-color: #881C65;
}
</style>
border-color css
<style>
span { border-color: #881C65; }
span { border-color: rgb(136,28,101); }
td.TdClassName
{
border-color: #881C65;
}
.TagClassName
{
border-color: #881C65;
}
</style>