Shades of Dark Purple #892185
Tints of Dark Purple #892185
RGB
CMYK
RGB Variations
Color information
#892185 (or 0x892185) is known color: Dark Purple. HEX triplet: 89, 21 and 85. RGB value is (137,33,133). Sum of RGB (Red+Green+Blue) = 137+33+133=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #892185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892185 is #76DE7A. Grayscale: #4B4B4B. Windows color (decimal): -7790203 or 8724873. OLE color: 8724873.
HSL color Cylindrical-coordinate representation of color #892185: hue angle of 302.31º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892185 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 133 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.46 |
| HSL | 302.31º | 0.61% | 0.33% | - |
| HSV(B) | 302.31º | 0.76% | 0.54% | - |
| XYZ | 15.09 | 8.1 | 22.96 | - |
| YUV | 75.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 133 | 0 | 0.76 | 0.03 | 0.46 | 302.31 | 0.61 | 0.33 |
| Hex | 89 | 21 | 85 | 0 | 4C | 3 | 2E | 12E | 3D | 21 |
| Octal | 211 | 41 | 205 | 0 | 114 | 3 | 56 | 456 | 75 | 41 |
| Binary | 10001001 | 100001 | 10000101 | 0 | 1001100 | 11 | 101110 | 100101110 | 111101 | 100001 |
Color Harmonies of #892185
Complementary color
Monochromatic Colors of #892185
Black with #892185
Text Example
Text Example
White with #892185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892185; }
p { color: rgb(137,33,133); }
H1.HeaderClassName
{
color: #892185;
}
.AnyTagClassName
{
color: #892185;
}
</style>
background-color css
<style>
a { background-color: #892185; }
a { background-color: rgb(137,33,133); }
div.DivClassName
{
background-color: #892185;
}
.BgClassName
{
background-color: #892185;
}
</style>
border-color css
<style>
span { border-color: #892185; }
span { border-color: rgb(137,33,133); }
td.TdClassName
{
border-color: #892185;
}
.TagClassName
{
border-color: #892185;
}
</style>