Shades of Dark Purple #89306D
Tints of Dark Purple #89306D
RGB
CMYK
RGB Variations
Color information
#89306D (or 0x89306D) is known color: Dark Purple. HEX triplet: 89, 30 and 6D. RGB value is (137,48,109). Sum of RGB (Red+Green+Blue) = 137+48+109=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #89306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89306D is #76CF92. Grayscale: #515151. Windows color (decimal): -7786387 or 7155849. OLE color: 7155849.
HSL color Cylindrical-coordinate representation of color #89306D: hue angle of 318.88º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89306D is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 109 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.46 |
| HSL | 318.88º | 0.48% | 0.36% | - |
| HSV(B) | 318.88º | 0.65% | 0.54% | - |
| XYZ | 14.13 | 8.54 | 15.37 | - |
| YUV | 81.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 109 | 0 | 0.65 | 0.20 | 0.46 | 318.88 | 0.48 | 0.36 |
| Hex | 89 | 30 | 6D | 0 | 41 | 14 | 2E | 13F | 30 | 24 |
| Octal | 211 | 60 | 155 | 0 | 101 | 24 | 56 | 477 | 60 | 44 |
| Binary | 10001001 | 110000 | 1101101 | 0 | 1000001 | 10100 | 101110 | 100111111 | 110000 | 100100 |
Color Harmonies of #89306D
Complementary color
Monochromatic Colors of #89306D
Black with #89306D
Text Example
Text Example
White with #89306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89306D; }
p { color: rgb(137,48,109); }
H1.HeaderClassName
{
color: #89306D;
}
.AnyTagClassName
{
color: #89306D;
}
</style>
background-color css
<style>
a { background-color: #89306D; }
a { background-color: rgb(137,48,109); }
div.DivClassName
{
background-color: #89306D;
}
.BgClassName
{
background-color: #89306D;
}
</style>
border-color css
<style>
span { border-color: #89306D; }
span { border-color: rgb(137,48,109); }
td.TdClassName
{
border-color: #89306D;
}
.TagClassName
{
border-color: #89306D;
}
</style>