Shades of Dark Purple #841888
Tints of Dark Purple #841888
RGB
CMYK
RGB Variations
Color information
#841888 (or 0x841888) is known color: Dark Purple. HEX triplet: 84, 18 and 88. RGB value is (132,24,136). Sum of RGB (Red+Green+Blue) = 132+24+136=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #841888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841888 is #7BE777. Grayscale: #444444. Windows color (decimal): -8120184 or 8919172. OLE color: 8919172.
HSL color Cylindrical-coordinate representation of color #841888: hue angle of 297.86º 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 #841888 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 24 | 136 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.47 |
| HSL | 297.86º | 0.7% | 0.31% | - |
| HSV(B) | 297.86º | 0.82% | 0.53% | - |
| XYZ | 14.29 | 7.34 | 23.96 | - |
| YUV | 69.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 136 | 0.03 | 0.82 | 0 | 0.47 | 297.86 | 0.7 | 0.31 |
| Hex | 84 | 18 | 88 | 3 | 52 | 0 | 2F | 12A | 46 | 1F |
| Octal | 204 | 30 | 210 | 3 | 122 | 0 | 57 | 452 | 106 | 37 |
| Binary | 10000100 | 11000 | 10001000 | 11 | 1010010 | 0 | 101111 | 100101010 | 1000110 | 11111 |
Color Harmonies of #841888
Complementary color
Monochromatic Colors of #841888
Black with #841888
Text Example
Text Example
White with #841888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841888; }
p { color: rgb(132,24,136); }
H1.HeaderClassName
{
color: #841888;
}
.AnyTagClassName
{
color: #841888;
}
</style>
background-color css
<style>
a { background-color: #841888; }
a { background-color: rgb(132,24,136); }
div.DivClassName
{
background-color: #841888;
}
.BgClassName
{
background-color: #841888;
}
</style>
border-color css
<style>
span { border-color: #841888; }
span { border-color: rgb(132,24,136); }
td.TdClassName
{
border-color: #841888;
}
.TagClassName
{
border-color: #841888;
}
</style>