Shades of Dark Purple #893384
Tints of Dark Purple #893384
RGB
CMYK
RGB Variations
Color information
#893384 (or 0x893384) is known color: Dark Purple. HEX triplet: 89, 33 and 84. RGB value is (137,51,132). Sum of RGB (Red+Green+Blue) = 137+51+132=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #893384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893384 is #76CC7B. Grayscale: #555555. Windows color (decimal): -7785596 or 8663945. OLE color: 8663945.
HSL color Cylindrical-coordinate representation of color #893384: hue angle of 303.49º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893384 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 132 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.46 |
| HSL | 303.49º | 0.46% | 0.37% | - |
| HSV(B) | 303.49º | 0.63% | 0.54% | - |
| XYZ | 15.67 | 9.35 | 22.81 | - |
| YUV | 85.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 132 | 0 | 0.63 | 0.04 | 0.46 | 303.49 | 0.46 | 0.37 |
| Hex | 89 | 33 | 84 | 0 | 3F | 4 | 2E | 12F | 2E | 25 |
| Octal | 211 | 63 | 204 | 0 | 77 | 4 | 56 | 457 | 56 | 45 |
| Binary | 10001001 | 110011 | 10000100 | 0 | 111111 | 100 | 101110 | 100101111 | 101110 | 100101 |
Color Harmonies of #893384
Complementary color
Monochromatic Colors of #893384
Black with #893384
Text Example
Text Example
White with #893384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893384; }
p { color: rgb(137,51,132); }
H1.HeaderClassName
{
color: #893384;
}
.AnyTagClassName
{
color: #893384;
}
</style>
background-color css
<style>
a { background-color: #893384; }
a { background-color: rgb(137,51,132); }
div.DivClassName
{
background-color: #893384;
}
.BgClassName
{
background-color: #893384;
}
</style>
border-color css
<style>
span { border-color: #893384; }
span { border-color: rgb(137,51,132); }
td.TdClassName
{
border-color: #893384;
}
.TagClassName
{
border-color: #893384;
}
</style>