Shades of Dark Purple #89146D
Tints of Dark Purple #89146D
RGB
CMYK
RGB Variations
Color information
#89146D (or 0x89146D) is known color: Dark Purple. HEX triplet: 89, 14 and 6D. RGB value is (137,20,109). Sum of RGB (Red+Green+Blue) = 137+20+109=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89146D is #76EB92. Grayscale: #404040. Windows color (decimal): -7793555 or 7148681. OLE color: 7148681.
HSL color Cylindrical-coordinate representation of color #89146D: hue angle of 314.36º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89146D is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 109 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.46 |
| HSL | 314.36º | 0.75% | 0.31% | - |
| HSV(B) | 314.36º | 0.85% | 0.54% | - |
| XYZ | 13.33 | 6.92 | 15.1 | - |
| YUV | 65.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 109 | 0 | 0.85 | 0.20 | 0.46 | 314.36 | 0.75 | 0.31 |
| Hex | 89 | 14 | 6D | 0 | 55 | 14 | 2E | 13A | 4B | 1F |
| Octal | 211 | 24 | 155 | 0 | 125 | 24 | 56 | 472 | 113 | 37 |
| Binary | 10001001 | 10100 | 1101101 | 0 | 1010101 | 10100 | 101110 | 100111010 | 1001011 | 11111 |
Color Harmonies of #89146D
Complementary color
Monochromatic Colors of #89146D
Black with #89146D
Text Example
Text Example
White with #89146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89146D; }
p { color: rgb(137,20,109); }
H1.HeaderClassName
{
color: #89146D;
}
.AnyTagClassName
{
color: #89146D;
}
</style>
background-color css
<style>
a { background-color: #89146D; }
a { background-color: rgb(137,20,109); }
div.DivClassName
{
background-color: #89146D;
}
.BgClassName
{
background-color: #89146D;
}
</style>
border-color css
<style>
span { border-color: #89146D; }
span { border-color: rgb(137,20,109); }
td.TdClassName
{
border-color: #89146D;
}
.TagClassName
{
border-color: #89146D;
}
</style>