Shades of Dark Purple #893782
Tints of Dark Purple #893782
RGB
CMYK
RGB Variations
Color information
#893782 (or 0x893782) is known color: Dark Purple. HEX triplet: 89, 37 and 82. RGB value is (137,55,130). Sum of RGB (Red+Green+Blue) = 137+55+130=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #893782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893782 is #76C87D. Grayscale: #575757. Windows color (decimal): -7784574 or 8533897. OLE color: 8533897.
HSL color Cylindrical-coordinate representation of color #893782: hue angle of 305.12º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893782 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 55 | 130 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.46 |
| HSL | 305.12º | 0.43% | 0.38% | - |
| HSV(B) | 305.12º | 0.6% | 0.54% | - |
| XYZ | 15.71 | 9.66 | 22.16 | - |
| YUV | 88.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 130 | 0 | 0.60 | 0.05 | 0.46 | 305.12 | 0.43 | 0.38 |
| Hex | 89 | 37 | 82 | 0 | 3C | 5 | 2E | 131 | 2B | 26 |
| Octal | 211 | 67 | 202 | 0 | 74 | 5 | 56 | 461 | 53 | 46 |
| Binary | 10001001 | 110111 | 10000010 | 0 | 111100 | 101 | 101110 | 100110001 | 101011 | 100110 |
Color Harmonies of #893782
Complementary color
Monochromatic Colors of #893782
Black with #893782
Text Example
Text Example
White with #893782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893782; }
p { color: rgb(137,55,130); }
H1.HeaderClassName
{
color: #893782;
}
.AnyTagClassName
{
color: #893782;
}
</style>
background-color css
<style>
a { background-color: #893782; }
a { background-color: rgb(137,55,130); }
div.DivClassName
{
background-color: #893782;
}
.BgClassName
{
background-color: #893782;
}
</style>
border-color css
<style>
span { border-color: #893782; }
span { border-color: rgb(137,55,130); }
td.TdClassName
{
border-color: #893782;
}
.TagClassName
{
border-color: #893782;
}
</style>