Shades of Dark Purple #892575
Tints of Dark Purple #892575
RGB
CMYK
RGB Variations
Color information
#892575 (or 0x892575) is known color: Dark Purple. HEX triplet: 89, 25 and 75. RGB value is (137,37,117). Sum of RGB (Red+Green+Blue) = 137+37+117=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #892575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892575 is #76DA8A. Grayscale: #4B4B4B. Windows color (decimal): -7789195 or 7677321. OLE color: 7677321.
HSL color Cylindrical-coordinate representation of color #892575: hue angle of 312º 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 #892575 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 117 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.46 |
| HSL | 312º | 0.57% | 0.34% | - |
| HSV(B) | 312º | 0.73% | 0.54% | - |
| XYZ | 14.19 | 7.93 | 17.61 | - |
| YUV | 76.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 117 | 0 | 0.73 | 0.15 | 0.46 | 312 | 0.57 | 0.34 |
| Hex | 89 | 25 | 75 | 0 | 49 | F | 2E | 138 | 39 | 22 |
| Octal | 211 | 45 | 165 | 0 | 111 | 17 | 56 | 470 | 71 | 42 |
| Binary | 10001001 | 100101 | 1110101 | 0 | 1001001 | 1111 | 101110 | 100111000 | 111001 | 100010 |
Color Harmonies of #892575
Complementary color
Monochromatic Colors of #892575
Black with #892575
Text Example
Text Example
White with #892575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892575; }
p { color: rgb(137,37,117); }
H1.HeaderClassName
{
color: #892575;
}
.AnyTagClassName
{
color: #892575;
}
</style>
background-color css
<style>
a { background-color: #892575; }
a { background-color: rgb(137,37,117); }
div.DivClassName
{
background-color: #892575;
}
.BgClassName
{
background-color: #892575;
}
</style>
border-color css
<style>
span { border-color: #892575; }
span { border-color: rgb(137,37,117); }
td.TdClassName
{
border-color: #892575;
}
.TagClassName
{
border-color: #892575;
}
</style>