Shades of Dark Purple #893085
Tints of Dark Purple #893085
RGB
CMYK
RGB Variations
Color information
#893085 (or 0x893085) is known color: Dark Purple. HEX triplet: 89, 30 and 85. RGB value is (137,48,133). Sum of RGB (Red+Green+Blue) = 137+48+133=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #893085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893085 is #76CF7A. Grayscale: #545454. Windows color (decimal): -7786363 or 8728713. OLE color: 8728713.
HSL color Cylindrical-coordinate representation of color #893085: hue angle of 302.7º 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 #893085 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 133 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.46 |
| HSL | 302.7º | 0.48% | 0.36% | - |
| HSV(B) | 302.7º | 0.65% | 0.54% | - |
| XYZ | 15.61 | 9.13 | 23.13 | - |
| YUV | 84.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 133 | 0 | 0.65 | 0.03 | 0.46 | 302.7 | 0.48 | 0.36 |
| Hex | 89 | 30 | 85 | 0 | 41 | 3 | 2E | 12F | 30 | 24 |
| Octal | 211 | 60 | 205 | 0 | 101 | 3 | 56 | 457 | 60 | 44 |
| Binary | 10001001 | 110000 | 10000101 | 0 | 1000001 | 11 | 101110 | 100101111 | 110000 | 100100 |
Color Harmonies of #893085
Complementary color
Monochromatic Colors of #893085
Black with #893085
Text Example
Text Example
White with #893085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893085; }
p { color: rgb(137,48,133); }
H1.HeaderClassName
{
color: #893085;
}
.AnyTagClassName
{
color: #893085;
}
</style>
background-color css
<style>
a { background-color: #893085; }
a { background-color: rgb(137,48,133); }
div.DivClassName
{
background-color: #893085;
}
.BgClassName
{
background-color: #893085;
}
</style>
border-color css
<style>
span { border-color: #893085; }
span { border-color: rgb(137,48,133); }
td.TdClassName
{
border-color: #893085;
}
.TagClassName
{
border-color: #893085;
}
</style>