Shades of Dark Purple #892174
Tints of Dark Purple #892174
RGB
CMYK
RGB Variations
Color information
#892174 (or 0x892174) is known color: Dark Purple. HEX triplet: 89, 21 and 74. RGB value is (137,33,116). Sum of RGB (Red+Green+Blue) = 137+33+116=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #892174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892174 is #76DE8B. Grayscale: #494949. Windows color (decimal): -7790220 or 7610761. OLE color: 7610761.
HSL color Cylindrical-coordinate representation of color #892174: hue angle of 312.12º 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 #892174 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 116 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.46 |
| HSL | 312.12º | 0.61% | 0.33% | - |
| HSV(B) | 312.12º | 0.76% | 0.54% | - |
| XYZ | 14.01 | 7.67 | 17.26 | - |
| YUV | 73.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 116 | 0 | 0.76 | 0.15 | 0.46 | 312.12 | 0.61 | 0.33 |
| Hex | 89 | 21 | 74 | 0 | 4C | F | 2E | 138 | 3D | 21 |
| Octal | 211 | 41 | 164 | 0 | 114 | 17 | 56 | 470 | 75 | 41 |
| Binary | 10001001 | 100001 | 1110100 | 0 | 1001100 | 1111 | 101110 | 100111000 | 111101 | 100001 |
Color Harmonies of #892174
Complementary color
Monochromatic Colors of #892174
Black with #892174
Text Example
Text Example
White with #892174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892174; }
p { color: rgb(137,33,116); }
H1.HeaderClassName
{
color: #892174;
}
.AnyTagClassName
{
color: #892174;
}
</style>
background-color css
<style>
a { background-color: #892174; }
a { background-color: rgb(137,33,116); }
div.DivClassName
{
background-color: #892174;
}
.BgClassName
{
background-color: #892174;
}
</style>
border-color css
<style>
span { border-color: #892174; }
span { border-color: rgb(137,33,116); }
td.TdClassName
{
border-color: #892174;
}
.TagClassName
{
border-color: #892174;
}
</style>