Shades of Dark Purple #893175
Tints of Dark Purple #893175
RGB
CMYK
RGB Variations
Color information
#893175 (or 0x893175) is known color: Dark Purple. HEX triplet: 89, 31 and 75. RGB value is (137,49,117). Sum of RGB (Red+Green+Blue) = 137+49+117=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #893175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893175 is #76CE8A. Grayscale: #525252. Windows color (decimal): -7786123 or 7680393. OLE color: 7680393.
HSL color Cylindrical-coordinate representation of color #893175: hue angle of 313.64º 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 #893175 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 117 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.46 |
| HSL | 313.64º | 0.47% | 0.36% | - |
| HSV(B) | 313.64º | 0.64% | 0.54% | - |
| XYZ | 14.63 | 8.8 | 17.76 | - |
| YUV | 83.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 117 | 0 | 0.64 | 0.15 | 0.46 | 313.64 | 0.47 | 0.36 |
| Hex | 89 | 31 | 75 | 0 | 40 | F | 2E | 13A | 2F | 24 |
| Octal | 211 | 61 | 165 | 0 | 100 | 17 | 56 | 472 | 57 | 44 |
| Binary | 10001001 | 110001 | 1110101 | 0 | 1000000 | 1111 | 101110 | 100111010 | 101111 | 100100 |
Color Harmonies of #893175
Complementary color
Monochromatic Colors of #893175
Black with #893175
Text Example
Text Example
White with #893175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893175; }
p { color: rgb(137,49,117); }
H1.HeaderClassName
{
color: #893175;
}
.AnyTagClassName
{
color: #893175;
}
</style>
background-color css
<style>
a { background-color: #893175; }
a { background-color: rgb(137,49,117); }
div.DivClassName
{
background-color: #893175;
}
.BgClassName
{
background-color: #893175;
}
</style>
border-color css
<style>
span { border-color: #893175; }
span { border-color: rgb(137,49,117); }
td.TdClassName
{
border-color: #893175;
}
.TagClassName
{
border-color: #893175;
}
</style>