Shades of Dark Purple #892F75
Tints of Dark Purple #892F75
RGB
CMYK
RGB Variations
Color information
#892F75 (or 0x892F75) is known color: Dark Purple. HEX triplet: 89, 2F and 75. RGB value is (137,47,117). Sum of RGB (Red+Green+Blue) = 137+47+117=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #892F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892F75 is #76D08A. Grayscale: #515151. Windows color (decimal): -7786635 or 7679881. OLE color: 7679881.
HSL color Cylindrical-coordinate representation of color #892F75: hue angle of 313.33º 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 #892F75 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 117 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.46 |
| HSL | 313.33º | 0.49% | 0.36% | - |
| HSV(B) | 313.33º | 0.66% | 0.54% | - |
| XYZ | 14.54 | 8.64 | 17.73 | - |
| YUV | 81.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 117 | 0 | 0.66 | 0.15 | 0.46 | 313.33 | 0.49 | 0.36 |
| Hex | 89 | 2F | 75 | 0 | 42 | F | 2E | 139 | 31 | 24 |
| Octal | 211 | 57 | 165 | 0 | 102 | 17 | 56 | 471 | 61 | 44 |
| Binary | 10001001 | 101111 | 1110101 | 0 | 1000010 | 1111 | 101110 | 100111001 | 110001 | 100100 |
Color Harmonies of #892F75
Complementary color
Monochromatic Colors of #892F75
Black with #892F75
Text Example
Text Example
White with #892F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F75; }
p { color: rgb(137,47,117); }
H1.HeaderClassName
{
color: #892F75;
}
.AnyTagClassName
{
color: #892F75;
}
</style>
background-color css
<style>
a { background-color: #892F75; }
a { background-color: rgb(137,47,117); }
div.DivClassName
{
background-color: #892F75;
}
.BgClassName
{
background-color: #892F75;
}
</style>
border-color css
<style>
span { border-color: #892F75; }
span { border-color: rgb(137,47,117); }
td.TdClassName
{
border-color: #892F75;
}
.TagClassName
{
border-color: #892F75;
}
</style>