Shades of Dark Purple #89236C
Tints of Dark Purple #89236C
RGB
CMYK
RGB Variations
Color information
#89236C (or 0x89236C) is known color: Dark Purple. HEX triplet: 89, 23 and 6C. RGB value is (137,35,108). Sum of RGB (Red+Green+Blue) = 137+35+108=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89236C is #76DC93. Grayscale: #494949. Windows color (decimal): -7789716 or 7086985. OLE color: 7086985.
HSL color Cylindrical-coordinate representation of color #89236C: hue angle of 317.06º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89236C is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 35 | 108 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.46 |
| HSL | 317.06º | 0.59% | 0.34% | - |
| HSV(B) | 317.06º | 0.74% | 0.54% | - |
| XYZ | 13.62 | 7.6 | 14.94 | - |
| YUV | 73.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 108 | 0 | 0.74 | 0.21 | 0.46 | 317.06 | 0.59 | 0.34 |
| Hex | 89 | 23 | 6C | 0 | 4A | 15 | 2E | 13D | 3B | 22 |
| Octal | 211 | 43 | 154 | 0 | 112 | 25 | 56 | 475 | 73 | 42 |
| Binary | 10001001 | 100011 | 1101100 | 0 | 1001010 | 10101 | 101110 | 100111101 | 111011 | 100010 |
Color Harmonies of #89236C
Complementary color
Monochromatic Colors of #89236C
Black with #89236C
Text Example
Text Example
White with #89236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89236C; }
p { color: rgb(137,35,108); }
H1.HeaderClassName
{
color: #89236C;
}
.AnyTagClassName
{
color: #89236C;
}
</style>
background-color css
<style>
a { background-color: #89236C; }
a { background-color: rgb(137,35,108); }
div.DivClassName
{
background-color: #89236C;
}
.BgClassName
{
background-color: #89236C;
}
</style>
border-color css
<style>
span { border-color: #89236C; }
span { border-color: rgb(137,35,108); }
td.TdClassName
{
border-color: #89236C;
}
.TagClassName
{
border-color: #89236C;
}
</style>