Shades of Dark Purple #89236F
Tints of Dark Purple #89236F
RGB
CMYK
RGB Variations
Color information
#89236F (or 0x89236F) is known color: Dark Purple. HEX triplet: 89, 23 and 6F. RGB value is (137,35,111). Sum of RGB (Red+Green+Blue) = 137+35+111=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89236F is #76DC90. Grayscale: #494949. Windows color (decimal): -7789713 or 7283593. OLE color: 7283593.
HSL color Cylindrical-coordinate representation of color #89236F: hue angle of 315.29º 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 #89236F is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 35 | 111 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.46 |
| HSL | 315.29º | 0.59% | 0.34% | - |
| HSV(B) | 315.29º | 0.74% | 0.54% | - |
| XYZ | 13.79 | 7.67 | 15.79 | - |
| YUV | 74.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 111 | 0 | 0.74 | 0.19 | 0.46 | 315.29 | 0.59 | 0.34 |
| Hex | 89 | 23 | 6F | 0 | 4A | 13 | 2E | 13B | 3B | 22 |
| Octal | 211 | 43 | 157 | 0 | 112 | 23 | 56 | 473 | 73 | 42 |
| Binary | 10001001 | 100011 | 1101111 | 0 | 1001010 | 10011 | 101110 | 100111011 | 111011 | 100010 |
Color Harmonies of #89236F
Complementary color
Monochromatic Colors of #89236F
Black with #89236F
Text Example
Text Example
White with #89236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89236F; }
p { color: rgb(137,35,111); }
H1.HeaderClassName
{
color: #89236F;
}
.AnyTagClassName
{
color: #89236F;
}
</style>
background-color css
<style>
a { background-color: #89236F; }
a { background-color: rgb(137,35,111); }
div.DivClassName
{
background-color: #89236F;
}
.BgClassName
{
background-color: #89236F;
}
</style>
border-color css
<style>
span { border-color: #89236F; }
span { border-color: rgb(137,35,111); }
td.TdClassName
{
border-color: #89236F;
}
.TagClassName
{
border-color: #89236F;
}
</style>