Shades of Dark Purple #891482
Tints of Dark Purple #891482
RGB
CMYK
RGB Variations
Color information
#891482 (or 0x891482) is known color: Dark Purple. HEX triplet: 89, 14 and 82. RGB value is (137,20,130). Sum of RGB (Red+Green+Blue) = 137+20+130=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #891482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891482 is #76EB7D. Grayscale: #434343. Windows color (decimal): -7793534 or 8524937. OLE color: 8524937.
HSL color Cylindrical-coordinate representation of color #891482: hue angle of 303.59º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891482 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 130 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.46 |
| HSL | 303.59º | 0.75% | 0.31% | - |
| HSV(B) | 303.59º | 0.85% | 0.54% | - |
| XYZ | 14.6 | 7.43 | 21.78 | - |
| YUV | 67.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 130 | 0 | 0.85 | 0.05 | 0.46 | 303.59 | 0.75 | 0.31 |
| Hex | 89 | 14 | 82 | 0 | 55 | 5 | 2E | 130 | 4B | 1F |
| Octal | 211 | 24 | 202 | 0 | 125 | 5 | 56 | 460 | 113 | 37 |
| Binary | 10001001 | 10100 | 10000010 | 0 | 1010101 | 101 | 101110 | 100110000 | 1001011 | 11111 |
Color Harmonies of #891482
Complementary color
Monochromatic Colors of #891482
Black with #891482
Text Example
Text Example
White with #891482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891482; }
p { color: rgb(137,20,130); }
H1.HeaderClassName
{
color: #891482;
}
.AnyTagClassName
{
color: #891482;
}
</style>
background-color css
<style>
a { background-color: #891482; }
a { background-color: rgb(137,20,130); }
div.DivClassName
{
background-color: #891482;
}
.BgClassName
{
background-color: #891482;
}
</style>
border-color css
<style>
span { border-color: #891482; }
span { border-color: rgb(137,20,130); }
td.TdClassName
{
border-color: #891482;
}
.TagClassName
{
border-color: #891482;
}
</style>