Shades of Dark Purple #892484
Tints of Dark Purple #892484
RGB
CMYK
RGB Variations
Color information
#892484 (or 0x892484) is known color: Dark Purple. HEX triplet: 89, 24 and 84. RGB value is (137,36,132). Sum of RGB (Red+Green+Blue) = 137+36+132=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #892484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892484 is #76DB7B. Grayscale: #4C4C4C. Windows color (decimal): -7789436 or 8660105. OLE color: 8660105.
HSL color Cylindrical-coordinate representation of color #892484: hue angle of 302.97º 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 #892484 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 132 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.46 |
| HSL | 302.97º | 0.58% | 0.34% | - |
| HSV(B) | 302.97º | 0.74% | 0.54% | - |
| XYZ | 15.11 | 8.25 | 22.62 | - |
| YUV | 77.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 132 | 0 | 0.74 | 0.04 | 0.46 | 302.97 | 0.58 | 0.34 |
| Hex | 89 | 24 | 84 | 0 | 4A | 4 | 2E | 12F | 3A | 22 |
| Octal | 211 | 44 | 204 | 0 | 112 | 4 | 56 | 457 | 72 | 42 |
| Binary | 10001001 | 100100 | 10000100 | 0 | 1001010 | 100 | 101110 | 100101111 | 111010 | 100010 |
Color Harmonies of #892484
Complementary color
Monochromatic Colors of #892484
Black with #892484
Text Example
Text Example
White with #892484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892484; }
p { color: rgb(137,36,132); }
H1.HeaderClassName
{
color: #892484;
}
.AnyTagClassName
{
color: #892484;
}
</style>
background-color css
<style>
a { background-color: #892484; }
a { background-color: rgb(137,36,132); }
div.DivClassName
{
background-color: #892484;
}
.BgClassName
{
background-color: #892484;
}
</style>
border-color css
<style>
span { border-color: #892484; }
span { border-color: rgb(137,36,132); }
td.TdClassName
{
border-color: #892484;
}
.TagClassName
{
border-color: #892484;
}
</style>