Shades of Dark Purple #89186F
Tints of Dark Purple #89186F
RGB
CMYK
RGB Variations
Color information
#89186F (or 0x89186F) is known color: Dark Purple. HEX triplet: 89, 18 and 6F. RGB value is (137,24,111). Sum of RGB (Red+Green+Blue) = 137+24+111=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #89186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89186F is #76E790. Grayscale: #434343. Windows color (decimal): -7792529 or 7280777. OLE color: 7280777.
HSL color Cylindrical-coordinate representation of color #89186F: hue angle of 313.81º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89186F is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 111 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.46 |
| HSL | 313.81º | 0.7% | 0.32% | - |
| HSV(B) | 313.81º | 0.82% | 0.54% | - |
| XYZ | 13.51 | 7.12 | 15.7 | - |
| YUV | 67.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 111 | 0 | 0.82 | 0.19 | 0.46 | 313.81 | 0.7 | 0.32 |
| Hex | 89 | 18 | 6F | 0 | 52 | 13 | 2E | 13A | 46 | 20 |
| Octal | 211 | 30 | 157 | 0 | 122 | 23 | 56 | 472 | 106 | 40 |
| Binary | 10001001 | 11000 | 1101111 | 0 | 1010010 | 10011 | 101110 | 100111010 | 1000110 | 100000 |
Color Harmonies of #89186F
Complementary color
Monochromatic Colors of #89186F
Black with #89186F
Text Example
Text Example
White with #89186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89186F; }
p { color: rgb(137,24,111); }
H1.HeaderClassName
{
color: #89186F;
}
.AnyTagClassName
{
color: #89186F;
}
</style>
background-color css
<style>
a { background-color: #89186F; }
a { background-color: rgb(137,24,111); }
div.DivClassName
{
background-color: #89186F;
}
.BgClassName
{
background-color: #89186F;
}
</style>
border-color css
<style>
span { border-color: #89186F; }
span { border-color: rgb(137,24,111); }
td.TdClassName
{
border-color: #89186F;
}
.TagClassName
{
border-color: #89186F;
}
</style>