Shades of Dark Purple #893D7B
Tints of Dark Purple #893D7B
RGB
CMYK
RGB Variations
Color information
#893D7B (or 0x893D7B) is known color: Dark Purple. HEX triplet: 89, 3D and 7B. RGB value is (137,61,123). Sum of RGB (Red+Green+Blue) = 137+61+123=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #893D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D7B is #76C284. Grayscale: #5A5A5A. Windows color (decimal): -7783045 or 8076681. OLE color: 8076681.
HSL color Cylindrical-coordinate representation of color #893D7B: hue angle of 311.05º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893D7B is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 123 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.46 |
| HSL | 311.05º | 0.38% | 0.39% | - |
| HSV(B) | 311.05º | 0.55% | 0.54% | - |
| XYZ | 15.56 | 10.09 | 19.87 | - |
| YUV | 90.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 123 | 0 | 0.55 | 0.10 | 0.46 | 311.05 | 0.38 | 0.39 |
| Hex | 89 | 3D | 7B | 0 | 37 | A | 2E | 137 | 26 | 27 |
| Octal | 211 | 75 | 173 | 0 | 67 | 12 | 56 | 467 | 46 | 47 |
| Binary | 10001001 | 111101 | 1111011 | 0 | 110111 | 1010 | 101110 | 100110111 | 100110 | 100111 |
Color Harmonies of #893D7B
Complementary color
Monochromatic Colors of #893D7B
Black with #893D7B
Text Example
Text Example
White with #893D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D7B; }
p { color: rgb(137,61,123); }
H1.HeaderClassName
{
color: #893D7B;
}
.AnyTagClassName
{
color: #893D7B;
}
</style>
background-color css
<style>
a { background-color: #893D7B; }
a { background-color: rgb(137,61,123); }
div.DivClassName
{
background-color: #893D7B;
}
.BgClassName
{
background-color: #893D7B;
}
</style>
border-color css
<style>
span { border-color: #893D7B; }
span { border-color: rgb(137,61,123); }
td.TdClassName
{
border-color: #893D7B;
}
.TagClassName
{
border-color: #893D7B;
}
</style>