Shades of Dark Purple #89147B
Tints of Dark Purple #89147B
RGB
CMYK
RGB Variations
Color information
#89147B (or 0x89147B) is known color: Dark Purple. HEX triplet: 89, 14 and 7B. RGB value is (137,20,123). Sum of RGB (Red+Green+Blue) = 137+20+123=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89147B is #76EB84. Grayscale: #424242. Windows color (decimal): -7793541 or 8066185. OLE color: 8066185.
HSL color Cylindrical-coordinate representation of color #89147B: hue angle of 307.18º 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 #89147B is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 123 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.46 |
| HSL | 307.18º | 0.75% | 0.31% | - |
| HSV(B) | 307.18º | 0.85% | 0.54% | - |
| XYZ | 14.14 | 7.25 | 19.39 | - |
| YUV | 66.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 123 | 0 | 0.85 | 0.10 | 0.46 | 307.18 | 0.75 | 0.31 |
| Hex | 89 | 14 | 7B | 0 | 55 | A | 2E | 133 | 4B | 1F |
| Octal | 211 | 24 | 173 | 0 | 125 | 12 | 56 | 463 | 113 | 37 |
| Binary | 10001001 | 10100 | 1111011 | 0 | 1010101 | 1010 | 101110 | 100110011 | 1001011 | 11111 |
Color Harmonies of #89147B
Complementary color
Monochromatic Colors of #89147B
Black with #89147B
Text Example
Text Example
White with #89147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89147B; }
p { color: rgb(137,20,123); }
H1.HeaderClassName
{
color: #89147B;
}
.AnyTagClassName
{
color: #89147B;
}
</style>
background-color css
<style>
a { background-color: #89147B; }
a { background-color: rgb(137,20,123); }
div.DivClassName
{
background-color: #89147B;
}
.BgClassName
{
background-color: #89147B;
}
</style>
border-color css
<style>
span { border-color: #89147B; }
span { border-color: rgb(137,20,123); }
td.TdClassName
{
border-color: #89147B;
}
.TagClassName
{
border-color: #89147B;
}
</style>