Shades of Dark Purple #893476
Tints of Dark Purple #893476
RGB
CMYK
RGB Variations
Color information
#893476 (or 0x893476) is known color: Dark Purple. HEX triplet: 89, 34 and 76. RGB value is (137,52,118). Sum of RGB (Red+Green+Blue) = 137+52+118=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #893476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893476 is #76CB89. Grayscale: #545454. Windows color (decimal): -7785354 or 7746697. OLE color: 7746697.
HSL color Cylindrical-coordinate representation of color #893476: hue angle of 313.41º 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 #893476 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 118 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.46 |
| HSL | 313.41º | 0.45% | 0.37% | - |
| HSV(B) | 313.41º | 0.62% | 0.54% | - |
| XYZ | 14.81 | 9.08 | 18.11 | - |
| YUV | 84.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 118 | 0 | 0.62 | 0.14 | 0.46 | 313.41 | 0.45 | 0.37 |
| Hex | 89 | 34 | 76 | 0 | 3E | E | 2E | 139 | 2D | 25 |
| Octal | 211 | 64 | 166 | 0 | 76 | 16 | 56 | 471 | 55 | 45 |
| Binary | 10001001 | 110100 | 1110110 | 0 | 111110 | 1110 | 101110 | 100111001 | 101101 | 100101 |
Color Harmonies of #893476
Complementary color
Monochromatic Colors of #893476
Black with #893476
Text Example
Text Example
White with #893476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893476; }
p { color: rgb(137,52,118); }
H1.HeaderClassName
{
color: #893476;
}
.AnyTagClassName
{
color: #893476;
}
</style>
background-color css
<style>
a { background-color: #893476; }
a { background-color: rgb(137,52,118); }
div.DivClassName
{
background-color: #893476;
}
.BgClassName
{
background-color: #893476;
}
</style>
border-color css
<style>
span { border-color: #893476; }
span { border-color: rgb(137,52,118); }
td.TdClassName
{
border-color: #893476;
}
.TagClassName
{
border-color: #893476;
}
</style>