Shades of Dark Purple #89387F
Tints of Dark Purple #89387F
RGB
CMYK
RGB Variations
Color information
#89387F (or 0x89387F) is known color: Dark Purple. HEX triplet: 89, 38 and 7F. RGB value is (137,56,127). Sum of RGB (Red+Green+Blue) = 137+56+127=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #89387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89387F is #76C780. Grayscale: #585858. Windows color (decimal): -7784321 or 8337545. OLE color: 8337545.
HSL color Cylindrical-coordinate representation of color #89387F: hue angle of 307.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #89387F is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 56 | 127 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.46 |
| HSL | 307.41º | 0.42% | 0.38% | - |
| HSV(B) | 307.41º | 0.59% | 0.54% | - |
| XYZ | 15.56 | 9.68 | 21.13 | - |
| YUV | 88.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 127 | 0 | 0.59 | 0.07 | 0.46 | 307.41 | 0.42 | 0.38 |
| Hex | 89 | 38 | 7F | 0 | 3B | 7 | 2E | 133 | 2A | 26 |
| Octal | 211 | 70 | 177 | 0 | 73 | 7 | 56 | 463 | 52 | 46 |
| Binary | 10001001 | 111000 | 1111111 | 0 | 111011 | 111 | 101110 | 100110011 | 101010 | 100110 |
Color Harmonies of #89387F
Complementary color
Monochromatic Colors of #89387F
Black with #89387F
Text Example
Text Example
White with #89387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89387F; }
p { color: rgb(137,56,127); }
H1.HeaderClassName
{
color: #89387F;
}
.AnyTagClassName
{
color: #89387F;
}
</style>
background-color css
<style>
a { background-color: #89387F; }
a { background-color: rgb(137,56,127); }
div.DivClassName
{
background-color: #89387F;
}
.BgClassName
{
background-color: #89387F;
}
</style>
border-color css
<style>
span { border-color: #89387F; }
span { border-color: rgb(137,56,127); }
td.TdClassName
{
border-color: #89387F;
}
.TagClassName
{
border-color: #89387F;
}
</style>