Shades of Dark Purple #892166
Tints of Dark Purple #892166
RGB
CMYK
RGB Variations
Color information
#892166 (or 0x892166) is known color: Dark Purple. HEX triplet: 89, 21 and 66. RGB value is (137,33,102). Sum of RGB (Red+Green+Blue) = 137+33+102=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #892166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892166 is #76DE99. Grayscale: #474747. Windows color (decimal): -7790234 or 6693257. OLE color: 6693257.
HSL color Cylindrical-coordinate representation of color #892166: hue angle of 320.19º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892166 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 102 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.46 |
| HSL | 320.19º | 0.61% | 0.33% | - |
| HSV(B) | 320.19º | 0.76% | 0.54% | - |
| XYZ | 13.26 | 7.37 | 13.29 | - |
| YUV | 71.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 102 | 0 | 0.76 | 0.26 | 0.46 | 320.19 | 0.61 | 0.33 |
| Hex | 89 | 21 | 66 | 0 | 4C | 1A | 2E | 140 | 3D | 21 |
| Octal | 211 | 41 | 146 | 0 | 114 | 32 | 56 | 500 | 75 | 41 |
| Binary | 10001001 | 100001 | 1100110 | 0 | 1001100 | 11010 | 101110 | 101000000 | 111101 | 100001 |
Color Harmonies of #892166
Complementary color
Monochromatic Colors of #892166
Black with #892166
Text Example
Text Example
White with #892166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892166; }
p { color: rgb(137,33,102); }
H1.HeaderClassName
{
color: #892166;
}
.AnyTagClassName
{
color: #892166;
}
</style>
background-color css
<style>
a { background-color: #892166; }
a { background-color: rgb(137,33,102); }
div.DivClassName
{
background-color: #892166;
}
.BgClassName
{
background-color: #892166;
}
</style>
border-color css
<style>
span { border-color: #892166; }
span { border-color: rgb(137,33,102); }
td.TdClassName
{
border-color: #892166;
}
.TagClassName
{
border-color: #892166;
}
</style>