Shades of Dark Purple #893475
Tints of Dark Purple #893475
RGB
CMYK
RGB Variations
Color information
#893475 (or 0x893475) is known color: Dark Purple. HEX triplet: 89, 34 and 75. RGB value is (137,52,117). Sum of RGB (Red+Green+Blue) = 137+52+117=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #893475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893475 is #76CB8A. Grayscale: #545454. Windows color (decimal): -7785355 or 7681161. OLE color: 7681161.
HSL color Cylindrical-coordinate representation of color #893475: hue angle of 314.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893475 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 117 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.46 |
| HSL | 314.12º | 0.45% | 0.37% | - |
| HSV(B) | 314.12º | 0.62% | 0.54% | - |
| XYZ | 14.76 | 9.06 | 17.8 | - |
| YUV | 84.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 117 | 0 | 0.62 | 0.15 | 0.46 | 314.12 | 0.45 | 0.37 |
| Hex | 89 | 34 | 75 | 0 | 3E | F | 2E | 13A | 2D | 25 |
| Octal | 211 | 64 | 165 | 0 | 76 | 17 | 56 | 472 | 55 | 45 |
| Binary | 10001001 | 110100 | 1110101 | 0 | 111110 | 1111 | 101110 | 100111010 | 101101 | 100101 |
Color Harmonies of #893475
Complementary color
Monochromatic Colors of #893475
Black with #893475
Text Example
Text Example
White with #893475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893475; }
p { color: rgb(137,52,117); }
H1.HeaderClassName
{
color: #893475;
}
.AnyTagClassName
{
color: #893475;
}
</style>
background-color css
<style>
a { background-color: #893475; }
a { background-color: rgb(137,52,117); }
div.DivClassName
{
background-color: #893475;
}
.BgClassName
{
background-color: #893475;
}
</style>
border-color css
<style>
span { border-color: #893475; }
span { border-color: rgb(137,52,117); }
td.TdClassName
{
border-color: #893475;
}
.TagClassName
{
border-color: #893475;
}
</style>