Shades of Dark Purple #89237D
Tints of Dark Purple #89237D
RGB
CMYK
RGB Variations
Color information
#89237D (or 0x89237D) is known color: Dark Purple. HEX triplet: 89, 23 and 7D. RGB value is (137,35,125). Sum of RGB (Red+Green+Blue) = 137+35+125=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89237D is #76DC82. Grayscale: #4B4B4B. Windows color (decimal): -7789699 or 8201097. OLE color: 8201097.
HSL color Cylindrical-coordinate representation of color #89237D: hue angle of 307.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 #89237D is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 35 | 125 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.46 |
| HSL | 307.06º | 0.59% | 0.34% | - |
| HSV(B) | 307.06º | 0.74% | 0.54% | - |
| XYZ | 14.62 | 8 | 20.18 | - |
| YUV | 75.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 125 | 0 | 0.74 | 0.09 | 0.46 | 307.06 | 0.59 | 0.34 |
| Hex | 89 | 23 | 7D | 0 | 4A | 9 | 2E | 133 | 3B | 22 |
| Octal | 211 | 43 | 175 | 0 | 112 | 11 | 56 | 463 | 73 | 42 |
| Binary | 10001001 | 100011 | 1111101 | 0 | 1001010 | 1001 | 101110 | 100110011 | 111011 | 100010 |
Color Harmonies of #89237D
Complementary color
Monochromatic Colors of #89237D
Black with #89237D
Text Example
Text Example
White with #89237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89237D; }
p { color: rgb(137,35,125); }
H1.HeaderClassName
{
color: #89237D;
}
.AnyTagClassName
{
color: #89237D;
}
</style>
background-color css
<style>
a { background-color: #89237D; }
a { background-color: rgb(137,35,125); }
div.DivClassName
{
background-color: #89237D;
}
.BgClassName
{
background-color: #89237D;
}
</style>
border-color css
<style>
span { border-color: #89237D; }
span { border-color: rgb(137,35,125); }
td.TdClassName
{
border-color: #89237D;
}
.TagClassName
{
border-color: #89237D;
}
</style>