Shades of Dark Purple #891888
Tints of Dark Purple #891888
RGB
CMYK
RGB Variations
Color information
#891888 (or 0x891888) is known color: Dark Purple. HEX triplet: 89, 18 and 88. RGB value is (137,24,136). Sum of RGB (Red+Green+Blue) = 137+24+136=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #891888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891888 is #76E777. Grayscale: #464646. Windows color (decimal): -7792504 or 8919177. OLE color: 8919177.
HSL color Cylindrical-coordinate representation of color #891888: hue angle of 300.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891888 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 136 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.46 |
| HSL | 300.53º | 0.7% | 0.32% | - |
| HSV(B) | 300.53º | 0.82% | 0.54% | - |
| XYZ | 15.09 | 7.75 | 23.99 | - |
| YUV | 70.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 136 | 0 | 0.82 | 0.01 | 0.46 | 300.53 | 0.7 | 0.32 |
| Hex | 89 | 18 | 88 | 0 | 52 | 1 | 2E | 12D | 46 | 20 |
| Octal | 211 | 30 | 210 | 0 | 122 | 1 | 56 | 455 | 106 | 40 |
| Binary | 10001001 | 11000 | 10001000 | 0 | 1010010 | 1 | 101110 | 100101101 | 1000110 | 100000 |
Color Harmonies of #891888
Complementary color
Monochromatic Colors of #891888
Black with #891888
Text Example
Text Example
White with #891888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891888; }
p { color: rgb(137,24,136); }
H1.HeaderClassName
{
color: #891888;
}
.AnyTagClassName
{
color: #891888;
}
</style>
background-color css
<style>
a { background-color: #891888; }
a { background-color: rgb(137,24,136); }
div.DivClassName
{
background-color: #891888;
}
.BgClassName
{
background-color: #891888;
}
</style>
border-color css
<style>
span { border-color: #891888; }
span { border-color: rgb(137,24,136); }
td.TdClassName
{
border-color: #891888;
}
.TagClassName
{
border-color: #891888;
}
</style>