Shades of Dark Purple #8A2584
Tints of Dark Purple #8A2584
RGB
CMYK
RGB Variations
Color information
#8A2584 (or 0x8A2584) is known color: Dark Purple. HEX triplet: 8A, 25 and 84. RGB value is (138,37,132). Sum of RGB (Red+Green+Blue) = 138+37+132=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2584 is #75DA7B. Grayscale: #4D4D4D. Windows color (decimal): -7723644 or 8660362. OLE color: 8660362.
HSL color Cylindrical-coordinate representation of color #8A2584: hue angle of 303.56º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A2584 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 37 | 132 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.46 |
| HSL | 303.56º | 0.58% | 0.34% | - |
| HSV(B) | 303.56º | 0.73% | 0.54% | - |
| XYZ | 15.31 | 8.39 | 22.64 | - |
| YUV | 78.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 37 | 132 | 0 | 0.73 | 0.04 | 0.46 | 303.56 | 0.58 | 0.34 |
| Hex | 8A | 25 | 84 | 0 | 49 | 4 | 2E | 130 | 3A | 22 |
| Octal | 212 | 45 | 204 | 0 | 111 | 4 | 56 | 460 | 72 | 42 |
| Binary | 10001010 | 100101 | 10000100 | 0 | 1001001 | 100 | 101110 | 100110000 | 111010 | 100010 |
Color Harmonies of #8A2584
Complementary color
Monochromatic Colors of #8A2584
Black with #8A2584
Text Example
Text Example
White with #8A2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2584; }
p { color: rgb(138,37,132); }
H1.HeaderClassName
{
color: #8A2584;
}
.AnyTagClassName
{
color: #8A2584;
}
</style>
background-color css
<style>
a { background-color: #8A2584; }
a { background-color: rgb(138,37,132); }
div.DivClassName
{
background-color: #8A2584;
}
.BgClassName
{
background-color: #8A2584;
}
</style>
border-color css
<style>
span { border-color: #8A2584; }
span { border-color: rgb(138,37,132); }
td.TdClassName
{
border-color: #8A2584;
}
.TagClassName
{
border-color: #8A2584;
}
</style>