Shades of Dark Purple #89166F
Tints of Dark Purple #89166F
RGB
CMYK
RGB Variations
Color information
#89166F (or 0x89166F) is known color: Dark Purple. HEX triplet: 89, 16 and 6F. RGB value is (137,22,111). Sum of RGB (Red+Green+Blue) = 137+22+111=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89166F is #76E990. Grayscale: #424242. Windows color (decimal): -7793041 or 7280265. OLE color: 7280265.
HSL color Cylindrical-coordinate representation of color #89166F: hue angle of 313.57º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89166F is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 111 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.46 |
| HSL | 313.57º | 0.72% | 0.31% | - |
| HSV(B) | 313.57º | 0.84% | 0.54% | - |
| XYZ | 13.47 | 7.04 | 15.69 | - |
| YUV | 66.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 111 | 0 | 0.84 | 0.19 | 0.46 | 313.57 | 0.72 | 0.31 |
| Hex | 89 | 16 | 6F | 0 | 54 | 13 | 2E | 13A | 48 | 1F |
| Octal | 211 | 26 | 157 | 0 | 124 | 23 | 56 | 472 | 110 | 37 |
| Binary | 10001001 | 10110 | 1101111 | 0 | 1010100 | 10011 | 101110 | 100111010 | 1001000 | 11111 |
Color Harmonies of #89166F
Complementary color
Monochromatic Colors of #89166F
Black with #89166F
Text Example
Text Example
White with #89166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89166F; }
p { color: rgb(137,22,111); }
H1.HeaderClassName
{
color: #89166F;
}
.AnyTagClassName
{
color: #89166F;
}
</style>
background-color css
<style>
a { background-color: #89166F; }
a { background-color: rgb(137,22,111); }
div.DivClassName
{
background-color: #89166F;
}
.BgClassName
{
background-color: #89166F;
}
</style>
border-color css
<style>
span { border-color: #89166F; }
span { border-color: rgb(137,22,111); }
td.TdClassName
{
border-color: #89166F;
}
.TagClassName
{
border-color: #89166F;
}
</style>