Shades of Dark Purple #893882
Tints of Dark Purple #893882
RGB
CMYK
RGB Variations
Color information
#893882 (or 0x893882) is known color: Dark Purple. HEX triplet: 89, 38 and 82. RGB value is (137,56,130). Sum of RGB (Red+Green+Blue) = 137+56+130=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #893882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893882 is #76C77D. Grayscale: #585858. Windows color (decimal): -7784318 or 8534153. OLE color: 8534153.
HSL color Cylindrical-coordinate representation of color #893882: hue angle of 305.19º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #893882 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 56 | 130 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.46 |
| HSL | 305.19º | 0.42% | 0.38% | - |
| HSV(B) | 305.19º | 0.59% | 0.54% | - |
| XYZ | 15.76 | 9.76 | 22.17 | - |
| YUV | 88.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 130 | 0 | 0.59 | 0.05 | 0.46 | 305.19 | 0.42 | 0.38 |
| Hex | 89 | 38 | 82 | 0 | 3B | 5 | 2E | 131 | 2A | 26 |
| Octal | 211 | 70 | 202 | 0 | 73 | 5 | 56 | 461 | 52 | 46 |
| Binary | 10001001 | 111000 | 10000010 | 0 | 111011 | 101 | 101110 | 100110001 | 101010 | 100110 |
Color Harmonies of #893882
Complementary color
Monochromatic Colors of #893882
Black with #893882
Text Example
Text Example
White with #893882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893882; }
p { color: rgb(137,56,130); }
H1.HeaderClassName
{
color: #893882;
}
.AnyTagClassName
{
color: #893882;
}
</style>
background-color css
<style>
a { background-color: #893882; }
a { background-color: rgb(137,56,130); }
div.DivClassName
{
background-color: #893882;
}
.BgClassName
{
background-color: #893882;
}
</style>
border-color css
<style>
span { border-color: #893882; }
span { border-color: rgb(137,56,130); }
td.TdClassName
{
border-color: #893882;
}
.TagClassName
{
border-color: #893882;
}
</style>