Shades of Dark Purple #89276F
Tints of Dark Purple #89276F
RGB
CMYK
RGB Variations
Color information
#89276F (or 0x89276F) is known color: Dark Purple. HEX triplet: 89, 27 and 6F. RGB value is (137,39,111). Sum of RGB (Red+Green+Blue) = 137+39+111=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #89276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89276F is #76D890. Grayscale: #4C4C4C. Windows color (decimal): -7788689 or 7284617. OLE color: 7284617.
HSL color Cylindrical-coordinate representation of color #89276F: hue angle of 315.92º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89276F is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 39 | 111 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.46 |
| HSL | 315.92º | 0.56% | 0.35% | - |
| HSV(B) | 315.92º | 0.72% | 0.54% | - |
| XYZ | 13.91 | 7.92 | 15.83 | - |
| YUV | 76.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 111 | 0 | 0.72 | 0.19 | 0.46 | 315.92 | 0.56 | 0.35 |
| Hex | 89 | 27 | 6F | 0 | 48 | 13 | 2E | 13C | 38 | 23 |
| Octal | 211 | 47 | 157 | 0 | 110 | 23 | 56 | 474 | 70 | 43 |
| Binary | 10001001 | 100111 | 1101111 | 0 | 1001000 | 10011 | 101110 | 100111100 | 111000 | 100011 |
Color Harmonies of #89276F
Complementary color
Monochromatic Colors of #89276F
Black with #89276F
Text Example
Text Example
White with #89276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89276F; }
p { color: rgb(137,39,111); }
H1.HeaderClassName
{
color: #89276F;
}
.AnyTagClassName
{
color: #89276F;
}
</style>
background-color css
<style>
a { background-color: #89276F; }
a { background-color: rgb(137,39,111); }
div.DivClassName
{
background-color: #89276F;
}
.BgClassName
{
background-color: #89276F;
}
</style>
border-color css
<style>
span { border-color: #89276F; }
span { border-color: rgb(137,39,111); }
td.TdClassName
{
border-color: #89276F;
}
.TagClassName
{
border-color: #89276F;
}
</style>