Shades of Dark Purple #892464
Tints of Dark Purple #892464
RGB
CMYK
RGB Variations
Color information
#892464 (or 0x892464) is known color: Dark Purple. HEX triplet: 89, 24 and 64. RGB value is (137,36,100). Sum of RGB (Red+Green+Blue) = 137+36+100=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #892464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892464 is #76DB9B. Grayscale: #494949. Windows color (decimal): -7789468 or 6562953. OLE color: 6562953.
HSL color Cylindrical-coordinate representation of color #892464: hue angle of 321.98º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892464 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 100 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.46 |
| HSL | 321.98º | 0.58% | 0.34% | - |
| HSV(B) | 321.98º | 0.74% | 0.54% | - |
| XYZ | 13.25 | 7.5 | 12.81 | - |
| YUV | 73.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 100 | 0 | 0.74 | 0.27 | 0.46 | 321.98 | 0.58 | 0.34 |
| Hex | 89 | 24 | 64 | 0 | 4A | 1B | 2E | 142 | 3A | 22 |
| Octal | 211 | 44 | 144 | 0 | 112 | 33 | 56 | 502 | 72 | 42 |
| Binary | 10001001 | 100100 | 1100100 | 0 | 1001010 | 11011 | 101110 | 101000010 | 111010 | 100010 |
Color Harmonies of #892464
Complementary color
Monochromatic Colors of #892464
Black with #892464
Text Example
Text Example
White with #892464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892464; }
p { color: rgb(137,36,100); }
H1.HeaderClassName
{
color: #892464;
}
.AnyTagClassName
{
color: #892464;
}
</style>
background-color css
<style>
a { background-color: #892464; }
a { background-color: rgb(137,36,100); }
div.DivClassName
{
background-color: #892464;
}
.BgClassName
{
background-color: #892464;
}
</style>
border-color css
<style>
span { border-color: #892464; }
span { border-color: rgb(137,36,100); }
td.TdClassName
{
border-color: #892464;
}
.TagClassName
{
border-color: #892464;
}
</style>