Shades of Dark Purple #89236D
Tints of Dark Purple #89236D
RGB
CMYK
RGB Variations
Color information
#89236D (or 0x89236D) is known color: Dark Purple. HEX triplet: 89, 23 and 6D. RGB value is (137,35,109). Sum of RGB (Red+Green+Blue) = 137+35+109=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89236D is #76DC92. Grayscale: #494949. Windows color (decimal): -7789715 or 7152521. OLE color: 7152521.
HSL color Cylindrical-coordinate representation of color #89236D: hue angle of 316.47º 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 #89236D is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 35 | 109 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.46 |
| HSL | 316.47º | 0.59% | 0.34% | - |
| HSV(B) | 316.47º | 0.74% | 0.54% | - |
| XYZ | 13.68 | 7.62 | 15.22 | - |
| YUV | 73.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 109 | 0 | 0.74 | 0.20 | 0.46 | 316.47 | 0.59 | 0.34 |
| Hex | 89 | 23 | 6D | 0 | 4A | 14 | 2E | 13C | 3B | 22 |
| Octal | 211 | 43 | 155 | 0 | 112 | 24 | 56 | 474 | 73 | 42 |
| Binary | 10001001 | 100011 | 1101101 | 0 | 1001010 | 10100 | 101110 | 100111100 | 111011 | 100010 |
Color Harmonies of #89236D
Complementary color
Monochromatic Colors of #89236D
Black with #89236D
Text Example
Text Example
White with #89236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89236D; }
p { color: rgb(137,35,109); }
H1.HeaderClassName
{
color: #89236D;
}
.AnyTagClassName
{
color: #89236D;
}
</style>
background-color css
<style>
a { background-color: #89236D; }
a { background-color: rgb(137,35,109); }
div.DivClassName
{
background-color: #89236D;
}
.BgClassName
{
background-color: #89236D;
}
</style>
border-color css
<style>
span { border-color: #89236D; }
span { border-color: rgb(137,35,109); }
td.TdClassName
{
border-color: #89236D;
}
.TagClassName
{
border-color: #89236D;
}
</style>