Shades of Dark Purple #89327B
Tints of Dark Purple #89327B
RGB
CMYK
RGB Variations
Color information
#89327B (or 0x89327B) is known color: Dark Purple. HEX triplet: 89, 32 and 7B. RGB value is (137,50,123). Sum of RGB (Red+Green+Blue) = 137+50+123=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #89327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89327B is #76CD84. Grayscale: #545454. Windows color (decimal): -7785861 or 8073865. OLE color: 8073865.
HSL color Cylindrical-coordinate representation of color #89327B: hue angle of 309.66º 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 #89327B is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 123 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.46 |
| HSL | 309.66º | 0.47% | 0.37% | - |
| HSV(B) | 309.66º | 0.64% | 0.54% | - |
| XYZ | 15.03 | 9.03 | 19.69 | - |
| YUV | 84.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 123 | 0 | 0.64 | 0.10 | 0.46 | 309.66 | 0.47 | 0.37 |
| Hex | 89 | 32 | 7B | 0 | 40 | A | 2E | 136 | 2F | 25 |
| Octal | 211 | 62 | 173 | 0 | 100 | 12 | 56 | 466 | 57 | 45 |
| Binary | 10001001 | 110010 | 1111011 | 0 | 1000000 | 1010 | 101110 | 100110110 | 101111 | 100101 |
Color Harmonies of #89327B
Complementary color
Monochromatic Colors of #89327B
Black with #89327B
Text Example
Text Example
White with #89327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89327B; }
p { color: rgb(137,50,123); }
H1.HeaderClassName
{
color: #89327B;
}
.AnyTagClassName
{
color: #89327B;
}
</style>
background-color css
<style>
a { background-color: #89327B; }
a { background-color: rgb(137,50,123); }
div.DivClassName
{
background-color: #89327B;
}
.BgClassName
{
background-color: #89327B;
}
</style>
border-color css
<style>
span { border-color: #89327B; }
span { border-color: rgb(137,50,123); }
td.TdClassName
{
border-color: #89327B;
}
.TagClassName
{
border-color: #89327B;
}
</style>