Shades of Dark Purple #891883
Tints of Dark Purple #891883
RGB
CMYK
RGB Variations
Color information
#891883 (or 0x891883) is known color: Dark Purple. HEX triplet: 89, 18 and 83. RGB value is (137,24,131). Sum of RGB (Red+Green+Blue) = 137+24+131=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #891883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891883 is #76E77C. Grayscale: #454545. Windows color (decimal): -7792509 or 8591497. OLE color: 8591497.
HSL color Cylindrical-coordinate representation of color #891883: hue angle of 303.19º 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 #891883 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 131 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.46 |
| HSL | 303.19º | 0.7% | 0.32% | - |
| HSV(B) | 303.19º | 0.82% | 0.54% | - |
| XYZ | 14.74 | 7.61 | 22.16 | - |
| YUV | 69.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 131 | 0 | 0.82 | 0.04 | 0.46 | 303.19 | 0.7 | 0.32 |
| Hex | 89 | 18 | 83 | 0 | 52 | 4 | 2E | 12F | 46 | 20 |
| Octal | 211 | 30 | 203 | 0 | 122 | 4 | 56 | 457 | 106 | 40 |
| Binary | 10001001 | 11000 | 10000011 | 0 | 1010010 | 100 | 101110 | 100101111 | 1000110 | 100000 |
Color Harmonies of #891883
Complementary color
Monochromatic Colors of #891883
Black with #891883
Text Example
Text Example
White with #891883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891883; }
p { color: rgb(137,24,131); }
H1.HeaderClassName
{
color: #891883;
}
.AnyTagClassName
{
color: #891883;
}
</style>
background-color css
<style>
a { background-color: #891883; }
a { background-color: rgb(137,24,131); }
div.DivClassName
{
background-color: #891883;
}
.BgClassName
{
background-color: #891883;
}
</style>
border-color css
<style>
span { border-color: #891883; }
span { border-color: rgb(137,24,131); }
td.TdClassName
{
border-color: #891883;
}
.TagClassName
{
border-color: #891883;
}
</style>