Shades of Dark Purple #892E69
Tints of Dark Purple #892E69
RGB
CMYK
RGB Variations
Color information
#892E69 (or 0x892E69) is known color: Dark Purple. HEX triplet: 89, 2E and 69. RGB value is (137,46,105). Sum of RGB (Red+Green+Blue) = 137+46+105=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #892E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E69 is #76D196. Grayscale: #4F4F4F. Windows color (decimal): -7786903 or 6893193. OLE color: 6893193.
HSL color Cylindrical-coordinate representation of color #892E69: hue angle of 321.1º degrees, saturation: 0.5, 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 #892E69 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 46 | 105 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.46 |
| HSL | 321.1º | 0.5% | 0.36% | - |
| HSV(B) | 321.1º | 0.66% | 0.54% | - |
| XYZ | 13.84 | 8.29 | 14.24 | - |
| YUV | 79.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 105 | 0 | 0.66 | 0.23 | 0.46 | 321.1 | 0.5 | 0.36 |
| Hex | 89 | 2E | 69 | 0 | 42 | 17 | 2E | 141 | 32 | 24 |
| Octal | 211 | 56 | 151 | 0 | 102 | 27 | 56 | 501 | 62 | 44 |
| Binary | 10001001 | 101110 | 1101001 | 0 | 1000010 | 10111 | 101110 | 101000001 | 110010 | 100100 |
Color Harmonies of #892E69
Complementary color
Monochromatic Colors of #892E69
Black with #892E69
Text Example
Text Example
White with #892E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892E69; }
p { color: rgb(137,46,105); }
H1.HeaderClassName
{
color: #892E69;
}
.AnyTagClassName
{
color: #892E69;
}
</style>
background-color css
<style>
a { background-color: #892E69; }
a { background-color: rgb(137,46,105); }
div.DivClassName
{
background-color: #892E69;
}
.BgClassName
{
background-color: #892E69;
}
</style>
border-color css
<style>
span { border-color: #892E69; }
span { border-color: rgb(137,46,105); }
td.TdClassName
{
border-color: #892E69;
}
.TagClassName
{
border-color: #892E69;
}
</style>