Shades of Dark Purple #893380
Tints of Dark Purple #893380
RGB
CMYK
RGB Variations
Color information
#893380 (or 0x893380) is known color: Dark Purple. HEX triplet: 89, 33 and 80. RGB value is (137,51,128). Sum of RGB (Red+Green+Blue) = 137+51+128=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #893380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893380 is #76CC7F. Grayscale: #555555. Windows color (decimal): -7785600 or 8401801. OLE color: 8401801.
HSL color Cylindrical-coordinate representation of color #893380: hue angle of 306.28º 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 #893380 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 128 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.46 |
| HSL | 306.28º | 0.46% | 0.37% | - |
| HSV(B) | 306.28º | 0.63% | 0.54% | - |
| XYZ | 15.4 | 9.24 | 21.39 | - |
| YUV | 85.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 128 | 0 | 0.63 | 0.07 | 0.46 | 306.28 | 0.46 | 0.37 |
| Hex | 89 | 33 | 80 | 0 | 3F | 7 | 2E | 132 | 2E | 25 |
| Octal | 211 | 63 | 200 | 0 | 77 | 7 | 56 | 462 | 56 | 45 |
| Binary | 10001001 | 110011 | 10000000 | 0 | 111111 | 111 | 101110 | 100110010 | 101110 | 100101 |
Color Harmonies of #893380
Complementary color
Monochromatic Colors of #893380
Black with #893380
Text Example
Text Example
White with #893380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893380; }
p { color: rgb(137,51,128); }
H1.HeaderClassName
{
color: #893380;
}
.AnyTagClassName
{
color: #893380;
}
</style>
background-color css
<style>
a { background-color: #893380; }
a { background-color: rgb(137,51,128); }
div.DivClassName
{
background-color: #893380;
}
.BgClassName
{
background-color: #893380;
}
</style>
border-color css
<style>
span { border-color: #893380; }
span { border-color: rgb(137,51,128); }
td.TdClassName
{
border-color: #893380;
}
.TagClassName
{
border-color: #893380;
}
</style>