Shades of Dark Purple #89147E
Tints of Dark Purple #89147E
RGB
CMYK
RGB Variations
Color information
#89147E (or 0x89147E) is known color: Dark Purple. HEX triplet: 89, 14 and 7E. RGB value is (137,20,126). Sum of RGB (Red+Green+Blue) = 137+20+126=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89147E is #76EB81. Grayscale: #424242. Windows color (decimal): -7793538 or 8262793. OLE color: 8262793.
HSL color Cylindrical-coordinate representation of color #89147E: hue angle of 305.64º 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 #89147E is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 126 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.46 |
| HSL | 305.64º | 0.75% | 0.31% | - |
| HSV(B) | 305.64º | 0.85% | 0.54% | - |
| XYZ | 14.33 | 7.33 | 20.4 | - |
| YUV | 67.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 126 | 0 | 0.85 | 0.08 | 0.46 | 305.64 | 0.75 | 0.31 |
| Hex | 89 | 14 | 7E | 0 | 55 | 8 | 2E | 132 | 4B | 1F |
| Octal | 211 | 24 | 176 | 0 | 125 | 10 | 56 | 462 | 113 | 37 |
| Binary | 10001001 | 10100 | 1111110 | 0 | 1010101 | 1000 | 101110 | 100110010 | 1001011 | 11111 |
Color Harmonies of #89147E
Complementary color
Monochromatic Colors of #89147E
Black with #89147E
Text Example
Text Example
White with #89147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89147E; }
p { color: rgb(137,20,126); }
H1.HeaderClassName
{
color: #89147E;
}
.AnyTagClassName
{
color: #89147E;
}
</style>
background-color css
<style>
a { background-color: #89147E; }
a { background-color: rgb(137,20,126); }
div.DivClassName
{
background-color: #89147E;
}
.BgClassName
{
background-color: #89147E;
}
</style>
border-color css
<style>
span { border-color: #89147E; }
span { border-color: rgb(137,20,126); }
td.TdClassName
{
border-color: #89147E;
}
.TagClassName
{
border-color: #89147E;
}
</style>