Shades of Dark Purple #892982
Tints of Dark Purple #892982
RGB
CMYK
RGB Variations
Color information
#892982 (or 0x892982) is known color: Dark Purple. HEX triplet: 89, 29 and 82. RGB value is (137,41,130). Sum of RGB (Red+Green+Blue) = 137+41+130=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #892982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892982 is #76D67D. Grayscale: #4F4F4F. Windows color (decimal): -7788158 or 8530313. OLE color: 8530313.
HSL color Cylindrical-coordinate representation of color #892982: hue angle of 304.38º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #892982 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 130 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.46 |
| HSL | 304.38º | 0.54% | 0.35% | - |
| HSV(B) | 304.38º | 0.7% | 0.54% | - |
| XYZ | 15.14 | 8.52 | 21.96 | - |
| YUV | 79.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 130 | 0 | 0.70 | 0.05 | 0.46 | 304.38 | 0.54 | 0.35 |
| Hex | 89 | 29 | 82 | 0 | 46 | 5 | 2E | 130 | 36 | 23 |
| Octal | 211 | 51 | 202 | 0 | 106 | 5 | 56 | 460 | 66 | 43 |
| Binary | 10001001 | 101001 | 10000010 | 0 | 1000110 | 101 | 101110 | 100110000 | 110110 | 100011 |
Color Harmonies of #892982
Complementary color
Monochromatic Colors of #892982
Black with #892982
Text Example
Text Example
White with #892982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892982; }
p { color: rgb(137,41,130); }
H1.HeaderClassName
{
color: #892982;
}
.AnyTagClassName
{
color: #892982;
}
</style>
background-color css
<style>
a { background-color: #892982; }
a { background-color: rgb(137,41,130); }
div.DivClassName
{
background-color: #892982;
}
.BgClassName
{
background-color: #892982;
}
</style>
border-color css
<style>
span { border-color: #892982; }
span { border-color: rgb(137,41,130); }
td.TdClassName
{
border-color: #892982;
}
.TagClassName
{
border-color: #892982;
}
</style>