Shades of Dark Purple #892574
Tints of Dark Purple #892574
RGB
CMYK
RGB Variations
Color information
#892574 (or 0x892574) is known color: Dark Purple. HEX triplet: 89, 25 and 74. RGB value is (137,37,116). Sum of RGB (Red+Green+Blue) = 137+37+116=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #892574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892574 is #76DA8B. Grayscale: #4B4B4B. Windows color (decimal): -7789196 or 7611785. OLE color: 7611785.
HSL color Cylindrical-coordinate representation of color #892574: hue angle of 312.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #892574 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 116 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.46 |
| HSL | 312.6º | 0.57% | 0.34% | - |
| HSV(B) | 312.6º | 0.73% | 0.54% | - |
| XYZ | 14.13 | 7.9 | 17.3 | - |
| YUV | 75.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 116 | 0 | 0.73 | 0.15 | 0.46 | 312.6 | 0.57 | 0.34 |
| Hex | 89 | 25 | 74 | 0 | 49 | F | 2E | 139 | 39 | 22 |
| Octal | 211 | 45 | 164 | 0 | 111 | 17 | 56 | 471 | 71 | 42 |
| Binary | 10001001 | 100101 | 1110100 | 0 | 1001001 | 1111 | 101110 | 100111001 | 111001 | 100010 |
Color Harmonies of #892574
Complementary color
Monochromatic Colors of #892574
Black with #892574
Text Example
Text Example
White with #892574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892574; }
p { color: rgb(137,37,116); }
H1.HeaderClassName
{
color: #892574;
}
.AnyTagClassName
{
color: #892574;
}
</style>
background-color css
<style>
a { background-color: #892574; }
a { background-color: rgb(137,37,116); }
div.DivClassName
{
background-color: #892574;
}
.BgClassName
{
background-color: #892574;
}
</style>
border-color css
<style>
span { border-color: #892574; }
span { border-color: rgb(137,37,116); }
td.TdClassName
{
border-color: #892574;
}
.TagClassName
{
border-color: #892574;
}
</style>