Shades of Dark Purple #893482
Tints of Dark Purple #893482
RGB
CMYK
RGB Variations
Color information
#893482 (or 0x893482) is known color: Dark Purple. HEX triplet: 89, 34 and 82. RGB value is (137,52,130). Sum of RGB (Red+Green+Blue) = 137+52+130=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #893482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893482 is #76CB7D. Grayscale: #565656. Windows color (decimal): -7785342 or 8533129. OLE color: 8533129.
HSL color Cylindrical-coordinate representation of color #893482: hue angle of 304.94º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893482 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 130 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.46 |
| HSL | 304.94º | 0.45% | 0.37% | - |
| HSV(B) | 304.94º | 0.62% | 0.54% | - |
| XYZ | 15.57 | 9.39 | 22.11 | - |
| YUV | 86.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 130 | 0 | 0.62 | 0.05 | 0.46 | 304.94 | 0.45 | 0.37 |
| Hex | 89 | 34 | 82 | 0 | 3E | 5 | 2E | 131 | 2D | 25 |
| Octal | 211 | 64 | 202 | 0 | 76 | 5 | 56 | 461 | 55 | 45 |
| Binary | 10001001 | 110100 | 10000010 | 0 | 111110 | 101 | 101110 | 100110001 | 101101 | 100101 |
Color Harmonies of #893482
Complementary color
Monochromatic Colors of #893482
Black with #893482
Text Example
Text Example
White with #893482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893482; }
p { color: rgb(137,52,130); }
H1.HeaderClassName
{
color: #893482;
}
.AnyTagClassName
{
color: #893482;
}
</style>
background-color css
<style>
a { background-color: #893482; }
a { background-color: rgb(137,52,130); }
div.DivClassName
{
background-color: #893482;
}
.BgClassName
{
background-color: #893482;
}
</style>
border-color css
<style>
span { border-color: #893482; }
span { border-color: rgb(137,52,130); }
td.TdClassName
{
border-color: #893482;
}
.TagClassName
{
border-color: #893482;
}
</style>