Shades of Dark Purple #892181
Tints of Dark Purple #892181
RGB
CMYK
RGB Variations
Color information
#892181 (or 0x892181) is known color: Dark Purple. HEX triplet: 89, 21 and 81. RGB value is (137,33,129). Sum of RGB (Red+Green+Blue) = 137+33+129=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #892181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892181 is #76DE7E. Grayscale: #4A4A4A. Windows color (decimal): -7790207 or 8462729. OLE color: 8462729.
HSL color Cylindrical-coordinate representation of color #892181: hue angle of 304.62º 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 #892181 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 129 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.46 |
| HSL | 304.62º | 0.61% | 0.33% | - |
| HSV(B) | 304.62º | 0.76% | 0.54% | - |
| XYZ | 14.82 | 7.99 | 21.53 | - |
| YUV | 75.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 129 | 0 | 0.76 | 0.06 | 0.46 | 304.62 | 0.61 | 0.33 |
| Hex | 89 | 21 | 81 | 0 | 4C | 6 | 2E | 131 | 3D | 21 |
| Octal | 211 | 41 | 201 | 0 | 114 | 6 | 56 | 461 | 75 | 41 |
| Binary | 10001001 | 100001 | 10000001 | 0 | 1001100 | 110 | 101110 | 100110001 | 111101 | 100001 |
Color Harmonies of #892181
Complementary color
Monochromatic Colors of #892181
Black with #892181
Text Example
Text Example
White with #892181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892181; }
p { color: rgb(137,33,129); }
H1.HeaderClassName
{
color: #892181;
}
.AnyTagClassName
{
color: #892181;
}
</style>
background-color css
<style>
a { background-color: #892181; }
a { background-color: rgb(137,33,129); }
div.DivClassName
{
background-color: #892181;
}
.BgClassName
{
background-color: #892181;
}
</style>
border-color css
<style>
span { border-color: #892181; }
span { border-color: rgb(137,33,129); }
td.TdClassName
{
border-color: #892181;
}
.TagClassName
{
border-color: #892181;
}
</style>