Shades of Dark Purple #89327F
Tints of Dark Purple #89327F
RGB
CMYK
RGB Variations
Color information
#89327F (or 0x89327F) is known color: Dark Purple. HEX triplet: 89, 32 and 7F. RGB value is (137,50,127). Sum of RGB (Red+Green+Blue) = 137+50+127=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #89327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89327F is #76CD80. Grayscale: #545454. Windows color (decimal): -7785857 or 8336009. OLE color: 8336009.
HSL color Cylindrical-coordinate representation of color #89327F: hue angle of 306.9º 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 #89327F is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 127 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.46 |
| HSL | 306.9º | 0.47% | 0.37% | - |
| HSV(B) | 306.9º | 0.64% | 0.54% | - |
| XYZ | 15.29 | 9.13 | 21.04 | - |
| YUV | 84.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 127 | 0 | 0.64 | 0.07 | 0.46 | 306.9 | 0.47 | 0.37 |
| Hex | 89 | 32 | 7F | 0 | 40 | 7 | 2E | 133 | 2F | 25 |
| Octal | 211 | 62 | 177 | 0 | 100 | 7 | 56 | 463 | 57 | 45 |
| Binary | 10001001 | 110010 | 1111111 | 0 | 1000000 | 111 | 101110 | 100110011 | 101111 | 100101 |
Color Harmonies of #89327F
Complementary color
Monochromatic Colors of #89327F
Black with #89327F
Text Example
Text Example
White with #89327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89327F; }
p { color: rgb(137,50,127); }
H1.HeaderClassName
{
color: #89327F;
}
.AnyTagClassName
{
color: #89327F;
}
</style>
background-color css
<style>
a { background-color: #89327F; }
a { background-color: rgb(137,50,127); }
div.DivClassName
{
background-color: #89327F;
}
.BgClassName
{
background-color: #89327F;
}
</style>
border-color css
<style>
span { border-color: #89327F; }
span { border-color: rgb(137,50,127); }
td.TdClassName
{
border-color: #89327F;
}
.TagClassName
{
border-color: #89327F;
}
</style>