Shades of Dark Purple #893284
Tints of Dark Purple #893284
RGB
CMYK
RGB Variations
Color information
#893284 (or 0x893284) is known color: Dark Purple. HEX triplet: 89, 32 and 84. RGB value is (137,50,132). Sum of RGB (Red+Green+Blue) = 137+50+132=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #893284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893284 is #76CD7B. Grayscale: #555555. Windows color (decimal): -7785852 or 8663689. OLE color: 8663689.
HSL color Cylindrical-coordinate representation of color #893284: hue angle of 303.45º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893284 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 132 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.46 |
| HSL | 303.45º | 0.47% | 0.37% | - |
| HSV(B) | 303.45º | 0.64% | 0.54% | - |
| XYZ | 15.62 | 9.27 | 22.79 | - |
| YUV | 85.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 132 | 0 | 0.64 | 0.04 | 0.46 | 303.45 | 0.47 | 0.37 |
| Hex | 89 | 32 | 84 | 0 | 40 | 4 | 2E | 12F | 2F | 25 |
| Octal | 211 | 62 | 204 | 0 | 100 | 4 | 56 | 457 | 57 | 45 |
| Binary | 10001001 | 110010 | 10000100 | 0 | 1000000 | 100 | 101110 | 100101111 | 101111 | 100101 |
Color Harmonies of #893284
Complementary color
Monochromatic Colors of #893284
Black with #893284
Text Example
Text Example
White with #893284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893284; }
p { color: rgb(137,50,132); }
H1.HeaderClassName
{
color: #893284;
}
.AnyTagClassName
{
color: #893284;
}
</style>
background-color css
<style>
a { background-color: #893284; }
a { background-color: rgb(137,50,132); }
div.DivClassName
{
background-color: #893284;
}
.BgClassName
{
background-color: #893284;
}
</style>
border-color css
<style>
span { border-color: #893284; }
span { border-color: rgb(137,50,132); }
td.TdClassName
{
border-color: #893284;
}
.TagClassName
{
border-color: #893284;
}
</style>