Shades of Dark Purple #89357B
Tints of Dark Purple #89357B
RGB
CMYK
RGB Variations
Color information
#89357B (or 0x89357B) is known color: Dark Purple. HEX triplet: 89, 35 and 7B. RGB value is (137,53,123). Sum of RGB (Red+Green+Blue) = 137+53+123=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #89357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89357B is #76CA84. Grayscale: #555555. Windows color (decimal): -7785093 or 8074633. OLE color: 8074633.
HSL color Cylindrical-coordinate representation of color #89357B: hue angle of 310º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89357B is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 123 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.46 |
| HSL | 310º | 0.44% | 0.37% | - |
| HSV(B) | 310º | 0.61% | 0.54% | - |
| XYZ | 15.16 | 9.29 | 19.73 | - |
| YUV | 86.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 123 | 0 | 0.61 | 0.10 | 0.46 | 310 | 0.44 | 0.37 |
| Hex | 89 | 35 | 7B | 0 | 3D | A | 2E | 136 | 2C | 25 |
| Octal | 211 | 65 | 173 | 0 | 75 | 12 | 56 | 466 | 54 | 45 |
| Binary | 10001001 | 110101 | 1111011 | 0 | 111101 | 1010 | 101110 | 100110110 | 101100 | 100101 |
Color Harmonies of #89357B
Complementary color
Monochromatic Colors of #89357B
Black with #89357B
Text Example
Text Example
White with #89357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89357B; }
p { color: rgb(137,53,123); }
H1.HeaderClassName
{
color: #89357B;
}
.AnyTagClassName
{
color: #89357B;
}
</style>
background-color css
<style>
a { background-color: #89357B; }
a { background-color: rgb(137,53,123); }
div.DivClassName
{
background-color: #89357B;
}
.BgClassName
{
background-color: #89357B;
}
</style>
border-color css
<style>
span { border-color: #89357B; }
span { border-color: rgb(137,53,123); }
td.TdClassName
{
border-color: #89357B;
}
.TagClassName
{
border-color: #89357B;
}
</style>