Shades of Dark Purple #892D69
Tints of Dark Purple #892D69
RGB
CMYK
RGB Variations
Color information
#892D69 (or 0x892D69) is known color: Dark Purple. HEX triplet: 89, 2D and 69. RGB value is (137,45,105). Sum of RGB (Red+Green+Blue) = 137+45+105=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #892D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D69 is #76D296. Grayscale: #4F4F4F. Windows color (decimal): -7787159 or 6892937. OLE color: 6892937.
HSL color Cylindrical-coordinate representation of color #892D69: hue angle of 320.87º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D69 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 105 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.46 |
| HSL | 320.87º | 0.51% | 0.36% | - |
| HSV(B) | 320.87º | 0.67% | 0.54% | - |
| XYZ | 13.8 | 8.22 | 14.22 | - |
| YUV | 79.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 105 | 0 | 0.67 | 0.23 | 0.46 | 320.87 | 0.51 | 0.36 |
| Hex | 89 | 2D | 69 | 0 | 43 | 17 | 2E | 141 | 33 | 24 |
| Octal | 211 | 55 | 151 | 0 | 103 | 27 | 56 | 501 | 63 | 44 |
| Binary | 10001001 | 101101 | 1101001 | 0 | 1000011 | 10111 | 101110 | 101000001 | 110011 | 100100 |
Color Harmonies of #892D69
Complementary color
Monochromatic Colors of #892D69
Black with #892D69
Text Example
Text Example
White with #892D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D69; }
p { color: rgb(137,45,105); }
H1.HeaderClassName
{
color: #892D69;
}
.AnyTagClassName
{
color: #892D69;
}
</style>
background-color css
<style>
a { background-color: #892D69; }
a { background-color: rgb(137,45,105); }
div.DivClassName
{
background-color: #892D69;
}
.BgClassName
{
background-color: #892D69;
}
</style>
border-color css
<style>
span { border-color: #892D69; }
span { border-color: rgb(137,45,105); }
td.TdClassName
{
border-color: #892D69;
}
.TagClassName
{
border-color: #892D69;
}
</style>