Shades of Dark Purple #893C7C
Tints of Dark Purple #893C7C
RGB
CMYK
RGB Variations
Color information
#893C7C (or 0x893C7C) is known color: Dark Purple. HEX triplet: 89, 3C and 7C. RGB value is (137,60,124). Sum of RGB (Red+Green+Blue) = 137+60+124=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #893C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C7C is #76C383. Grayscale: #5A5A5A. Windows color (decimal): -7783300 or 8141961. OLE color: 8141961.
HSL color Cylindrical-coordinate representation of color #893C7C: hue angle of 310.13º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C7C is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 124 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.46 |
| HSL | 310.13º | 0.39% | 0.39% | - |
| HSV(B) | 310.13º | 0.56% | 0.54% | - |
| XYZ | 15.57 | 10.01 | 20.18 | - |
| YUV | 90.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 124 | 0 | 0.56 | 0.09 | 0.46 | 310.13 | 0.39 | 0.39 |
| Hex | 89 | 3C | 7C | 0 | 38 | 9 | 2E | 136 | 27 | 27 |
| Octal | 211 | 74 | 174 | 0 | 70 | 11 | 56 | 466 | 47 | 47 |
| Binary | 10001001 | 111100 | 1111100 | 0 | 111000 | 1001 | 101110 | 100110110 | 100111 | 100111 |
Color Harmonies of #893C7C
Complementary color
Monochromatic Colors of #893C7C
Black with #893C7C
Text Example
Text Example
White with #893C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C7C; }
p { color: rgb(137,60,124); }
H1.HeaderClassName
{
color: #893C7C;
}
.AnyTagClassName
{
color: #893C7C;
}
</style>
background-color css
<style>
a { background-color: #893C7C; }
a { background-color: rgb(137,60,124); }
div.DivClassName
{
background-color: #893C7C;
}
.BgClassName
{
background-color: #893C7C;
}
</style>
border-color css
<style>
span { border-color: #893C7C; }
span { border-color: rgb(137,60,124); }
td.TdClassName
{
border-color: #893C7C;
}
.TagClassName
{
border-color: #893C7C;
}
</style>