Shades of Dark Purple #893276
Tints of Dark Purple #893276
RGB
CMYK
RGB Variations
Color information
#893276 (or 0x893276) is known color: Dark Purple. HEX triplet: 89, 32 and 76. RGB value is (137,50,118). Sum of RGB (Red+Green+Blue) = 137+50+118=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893276 is #76CD89. Grayscale: #535353. Windows color (decimal): -7785866 or 7746185. OLE color: 7746185.
HSL color Cylindrical-coordinate representation of color #893276: hue angle of 313.1º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893276 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 118 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.46 |
| HSL | 313.1º | 0.47% | 0.37% | - |
| HSV(B) | 313.1º | 0.64% | 0.54% | - |
| XYZ | 14.73 | 8.91 | 18.08 | - |
| YUV | 83.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 118 | 0 | 0.64 | 0.14 | 0.46 | 313.1 | 0.47 | 0.37 |
| Hex | 89 | 32 | 76 | 0 | 40 | E | 2E | 139 | 2F | 25 |
| Octal | 211 | 62 | 166 | 0 | 100 | 16 | 56 | 471 | 57 | 45 |
| Binary | 10001001 | 110010 | 1110110 | 0 | 1000000 | 1110 | 101110 | 100111001 | 101111 | 100101 |
Color Harmonies of #893276
Complementary color
Monochromatic Colors of #893276
Black with #893276
Text Example
Text Example
White with #893276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893276; }
p { color: rgb(137,50,118); }
H1.HeaderClassName
{
color: #893276;
}
.AnyTagClassName
{
color: #893276;
}
</style>
background-color css
<style>
a { background-color: #893276; }
a { background-color: rgb(137,50,118); }
div.DivClassName
{
background-color: #893276;
}
.BgClassName
{
background-color: #893276;
}
</style>
border-color css
<style>
span { border-color: #893276; }
span { border-color: rgb(137,50,118); }
td.TdClassName
{
border-color: #893276;
}
.TagClassName
{
border-color: #893276;
}
</style>