Shades of Dark Purple #893185
Tints of Dark Purple #893185
RGB
CMYK
RGB Variations
Color information
#893185 (or 0x893185) is known color: Dark Purple. HEX triplet: 89, 31 and 85. RGB value is (137,49,133). Sum of RGB (Red+Green+Blue) = 137+49+133=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #893185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893185 is #76CE7A. Grayscale: #545454. Windows color (decimal): -7786107 or 8728969. OLE color: 8728969.
HSL color Cylindrical-coordinate representation of color #893185: hue angle of 302.73º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893185 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 133 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.46 |
| HSL | 302.73º | 0.47% | 0.36% | - |
| HSV(B) | 302.73º | 0.64% | 0.54% | - |
| XYZ | 15.65 | 9.21 | 23.14 | - |
| YUV | 84.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 133 | 0 | 0.64 | 0.03 | 0.46 | 302.73 | 0.47 | 0.36 |
| Hex | 89 | 31 | 85 | 0 | 40 | 3 | 2E | 12F | 2F | 24 |
| Octal | 211 | 61 | 205 | 0 | 100 | 3 | 56 | 457 | 57 | 44 |
| Binary | 10001001 | 110001 | 10000101 | 0 | 1000000 | 11 | 101110 | 100101111 | 101111 | 100100 |
Color Harmonies of #893185
Complementary color
Monochromatic Colors of #893185
Black with #893185
Text Example
Text Example
White with #893185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893185; }
p { color: rgb(137,49,133); }
H1.HeaderClassName
{
color: #893185;
}
.AnyTagClassName
{
color: #893185;
}
</style>
background-color css
<style>
a { background-color: #893185; }
a { background-color: rgb(137,49,133); }
div.DivClassName
{
background-color: #893185;
}
.BgClassName
{
background-color: #893185;
}
</style>
border-color css
<style>
span { border-color: #893185; }
span { border-color: rgb(137,49,133); }
td.TdClassName
{
border-color: #893185;
}
.TagClassName
{
border-color: #893185;
}
</style>