Shades of Dark Purple #892D80
Tints of Dark Purple #892D80
RGB
CMYK
RGB Variations
Color information
#892D80 (or 0x892D80) is known color: Dark Purple. HEX triplet: 89, 2D and 80. RGB value is (137,45,128). Sum of RGB (Red+Green+Blue) = 137+45+128=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #892D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892D80 is #76D27F. Grayscale: #515151. Windows color (decimal): -7787136 or 8400265. OLE color: 8400265.
HSL color Cylindrical-coordinate representation of color #892D80: hue angle of 305.87º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D80 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 128 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.46 |
| HSL | 305.87º | 0.51% | 0.36% | - |
| HSV(B) | 305.87º | 0.67% | 0.54% | - |
| XYZ | 15.15 | 8.75 | 21.31 | - |
| YUV | 81.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 128 | 0 | 0.67 | 0.07 | 0.46 | 305.87 | 0.51 | 0.36 |
| Hex | 89 | 2D | 80 | 0 | 43 | 7 | 2E | 132 | 33 | 24 |
| Octal | 211 | 55 | 200 | 0 | 103 | 7 | 56 | 462 | 63 | 44 |
| Binary | 10001001 | 101101 | 10000000 | 0 | 1000011 | 111 | 101110 | 100110010 | 110011 | 100100 |
Color Harmonies of #892D80
Complementary color
Monochromatic Colors of #892D80
Black with #892D80
Text Example
Text Example
White with #892D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D80; }
p { color: rgb(137,45,128); }
H1.HeaderClassName
{
color: #892D80;
}
.AnyTagClassName
{
color: #892D80;
}
</style>
background-color css
<style>
a { background-color: #892D80; }
a { background-color: rgb(137,45,128); }
div.DivClassName
{
background-color: #892D80;
}
.BgClassName
{
background-color: #892D80;
}
</style>
border-color css
<style>
span { border-color: #892D80; }
span { border-color: rgb(137,45,128); }
td.TdClassName
{
border-color: #892D80;
}
.TagClassName
{
border-color: #892D80;
}
</style>