Shades of Dark Purple #893083
Tints of Dark Purple #893083
RGB
CMYK
RGB Variations
Color information
#893083 (or 0x893083) is known color: Dark Purple. HEX triplet: 89, 30 and 83. RGB value is (137,48,131). Sum of RGB (Red+Green+Blue) = 137+48+131=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #893083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893083 is #76CF7C. Grayscale: #535353. Windows color (decimal): -7786365 or 8597641. OLE color: 8597641.
HSL color Cylindrical-coordinate representation of color #893083: hue angle of 304.04º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893083 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 131 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.46 |
| HSL | 304.05º | 0.48% | 0.36% | - |
| HSV(B) | 304.05º | 0.65% | 0.54% | - |
| XYZ | 15.47 | 9.07 | 22.41 | - |
| YUV | 84.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 131 | 0 | 0.65 | 0.04 | 0.46 | 304.05 | 0.48 | 0.36 |
| Hex | 89 | 30 | 83 | 0 | 41 | 4 | 2E | 130 | 30 | 24 |
| Octal | 211 | 60 | 203 | 0 | 101 | 4 | 56 | 460 | 60 | 44 |
| Binary | 10001001 | 110000 | 10000011 | 0 | 1000001 | 100 | 101110 | 100110000 | 110000 | 100100 |
Color Harmonies of #893083
Complementary color
Monochromatic Colors of #893083
Black with #893083
Text Example
Text Example
White with #893083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893083; }
p { color: rgb(137,48,131); }
H1.HeaderClassName
{
color: #893083;
}
.AnyTagClassName
{
color: #893083;
}
</style>
background-color css
<style>
a { background-color: #893083; }
a { background-color: rgb(137,48,131); }
div.DivClassName
{
background-color: #893083;
}
.BgClassName
{
background-color: #893083;
}
</style>
border-color css
<style>
span { border-color: #893083; }
span { border-color: rgb(137,48,131); }
td.TdClassName
{
border-color: #893083;
}
.TagClassName
{
border-color: #893083;
}
</style>