Shades of Dark Purple #89157F
Tints of Dark Purple #89157F
RGB
CMYK
RGB Variations
Color information
#89157F (or 0x89157F) is known color: Dark Purple. HEX triplet: 89, 15 and 7F. RGB value is (137,21,127). Sum of RGB (Red+Green+Blue) = 137+21+127=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #89157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89157F is #76EA80. Grayscale: #434343. Windows color (decimal): -7793281 or 8328585. OLE color: 8328585.
HSL color Cylindrical-coordinate representation of color #89157F: hue angle of 305.17º degrees, saturation: 0.73, 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 #89157F is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 21 | 127 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.46 |
| HSL | 305.17º | 0.73% | 0.31% | - |
| HSV(B) | 305.17º | 0.85% | 0.54% | - |
| XYZ | 14.42 | 7.39 | 20.74 | - |
| YUV | 67.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 127 | 0 | 0.85 | 0.07 | 0.46 | 305.17 | 0.73 | 0.31 |
| Hex | 89 | 15 | 7F | 0 | 55 | 7 | 2E | 131 | 49 | 1F |
| Octal | 211 | 25 | 177 | 0 | 125 | 7 | 56 | 461 | 111 | 37 |
| Binary | 10001001 | 10101 | 1111111 | 0 | 1010101 | 111 | 101110 | 100110001 | 1001001 | 11111 |
Color Harmonies of #89157F
Complementary color
Monochromatic Colors of #89157F
Black with #89157F
Text Example
Text Example
White with #89157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89157F; }
p { color: rgb(137,21,127); }
H1.HeaderClassName
{
color: #89157F;
}
.AnyTagClassName
{
color: #89157F;
}
</style>
background-color css
<style>
a { background-color: #89157F; }
a { background-color: rgb(137,21,127); }
div.DivClassName
{
background-color: #89157F;
}
.BgClassName
{
background-color: #89157F;
}
</style>
border-color css
<style>
span { border-color: #89157F; }
span { border-color: rgb(137,21,127); }
td.TdClassName
{
border-color: #89157F;
}
.TagClassName
{
border-color: #89157F;
}
</style>