Shades of Dark Purple #89316C
Tints of Dark Purple #89316C
RGB
CMYK
RGB Variations
Color information
#89316C (or 0x89316C) is known color: Dark Purple. HEX triplet: 89, 31 and 6C. RGB value is (137,49,108). Sum of RGB (Red+Green+Blue) = 137+49+108=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #89316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89316C is #76CE93. Grayscale: #515151. Windows color (decimal): -7786132 or 7090569. OLE color: 7090569.
HSL color Cylindrical-coordinate representation of color #89316C: hue angle of 319.77º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89316C is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 108 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.46 |
| HSL | 319.77º | 0.47% | 0.36% | - |
| HSV(B) | 319.77º | 0.64% | 0.54% | - |
| XYZ | 14.12 | 8.6 | 15.1 | - |
| YUV | 82.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 108 | 0 | 0.64 | 0.21 | 0.46 | 319.77 | 0.47 | 0.36 |
| Hex | 89 | 31 | 6C | 0 | 40 | 15 | 2E | 140 | 2F | 24 |
| Octal | 211 | 61 | 154 | 0 | 100 | 25 | 56 | 500 | 57 | 44 |
| Binary | 10001001 | 110001 | 1101100 | 0 | 1000000 | 10101 | 101110 | 101000000 | 101111 | 100100 |
Color Harmonies of #89316C
Complementary color
Monochromatic Colors of #89316C
Black with #89316C
Text Example
Text Example
White with #89316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89316C; }
p { color: rgb(137,49,108); }
H1.HeaderClassName
{
color: #89316C;
}
.AnyTagClassName
{
color: #89316C;
}
</style>
background-color css
<style>
a { background-color: #89316C; }
a { background-color: rgb(137,49,108); }
div.DivClassName
{
background-color: #89316C;
}
.BgClassName
{
background-color: #89316C;
}
</style>
border-color css
<style>
span { border-color: #89316C; }
span { border-color: rgb(137,49,108); }
td.TdClassName
{
border-color: #89316C;
}
.TagClassName
{
border-color: #89316C;
}
</style>