Shades of Dark Purple #892966
Tints of Dark Purple #892966
RGB
CMYK
RGB Variations
Color information
#892966 (or 0x892966) is known color: Dark Purple. HEX triplet: 89, 29 and 66. RGB value is (137,41,102). Sum of RGB (Red+Green+Blue) = 137+41+102=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #892966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892966 is #76D699. Grayscale: #4C4C4C. Windows color (decimal): -7788186 or 6695305. OLE color: 6695305.
HSL color Cylindrical-coordinate representation of color #892966: hue angle of 321.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #892966 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 102 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.46 |
| HSL | 321.88º | 0.54% | 0.35% | - |
| HSV(B) | 321.88º | 0.7% | 0.54% | - |
| XYZ | 13.51 | 7.86 | 13.38 | - |
| YUV | 76.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 102 | 0 | 0.70 | 0.26 | 0.46 | 321.88 | 0.54 | 0.35 |
| Hex | 89 | 29 | 66 | 0 | 46 | 1A | 2E | 142 | 36 | 23 |
| Octal | 211 | 51 | 146 | 0 | 106 | 32 | 56 | 502 | 66 | 43 |
| Binary | 10001001 | 101001 | 1100110 | 0 | 1000110 | 11010 | 101110 | 101000010 | 110110 | 100011 |
Color Harmonies of #892966
Complementary color
Monochromatic Colors of #892966
Black with #892966
Text Example
Text Example
White with #892966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892966; }
p { color: rgb(137,41,102); }
H1.HeaderClassName
{
color: #892966;
}
.AnyTagClassName
{
color: #892966;
}
</style>
background-color css
<style>
a { background-color: #892966; }
a { background-color: rgb(137,41,102); }
div.DivClassName
{
background-color: #892966;
}
.BgClassName
{
background-color: #892966;
}
</style>
border-color css
<style>
span { border-color: #892966; }
span { border-color: rgb(137,41,102); }
td.TdClassName
{
border-color: #892966;
}
.TagClassName
{
border-color: #892966;
}
</style>