Shades of Dark Purple #892F85
Tints of Dark Purple #892F85
RGB
CMYK
RGB Variations
Color information
#892F85 (or 0x892F85) is known color: Dark Purple. HEX triplet: 89, 2F and 85. RGB value is (137,47,133). Sum of RGB (Red+Green+Blue) = 137+47+133=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #892F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892F85 is #76D07A. Grayscale: #535353. Windows color (decimal): -7786619 or 8728457. OLE color: 8728457.
HSL color Cylindrical-coordinate representation of color #892F85: hue angle of 302.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F85 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 133 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.46 |
| HSL | 302.67º | 0.49% | 0.36% | - |
| HSV(B) | 302.67º | 0.66% | 0.54% | - |
| XYZ | 15.57 | 9.04 | 23.12 | - |
| YUV | 83.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 133 | 0 | 0.66 | 0.03 | 0.46 | 302.67 | 0.49 | 0.36 |
| Hex | 89 | 2F | 85 | 0 | 42 | 3 | 2E | 12F | 31 | 24 |
| Octal | 211 | 57 | 205 | 0 | 102 | 3 | 56 | 457 | 61 | 44 |
| Binary | 10001001 | 101111 | 10000101 | 0 | 1000010 | 11 | 101110 | 100101111 | 110001 | 100100 |
Color Harmonies of #892F85
Complementary color
Monochromatic Colors of #892F85
Black with #892F85
Text Example
Text Example
White with #892F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F85; }
p { color: rgb(137,47,133); }
H1.HeaderClassName
{
color: #892F85;
}
.AnyTagClassName
{
color: #892F85;
}
</style>
background-color css
<style>
a { background-color: #892F85; }
a { background-color: rgb(137,47,133); }
div.DivClassName
{
background-color: #892F85;
}
.BgClassName
{
background-color: #892F85;
}
</style>
border-color css
<style>
span { border-color: #892F85; }
span { border-color: rgb(137,47,133); }
td.TdClassName
{
border-color: #892F85;
}
.TagClassName
{
border-color: #892F85;
}
</style>