Shades of Dark Purple #8A3084
Tints of Dark Purple #8A3084
RGB
CMYK
RGB Variations
Color information
#8A3084 (or 0x8A3084) is known color: Dark Purple. HEX triplet: 8A, 30 and 84. RGB value is (138,48,132). Sum of RGB (Red+Green+Blue) = 138+48+132=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3084 is #75CF7B. Grayscale: #545454. Windows color (decimal): -7720828 or 8663178. OLE color: 8663178.
HSL color Cylindrical-coordinate representation of color #8A3084: hue angle of 304º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3084 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 132 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.46 |
| HSL | 304º | 0.48% | 0.36% | - |
| HSV(B) | 304º | 0.65% | 0.54% | - |
| XYZ | 15.7 | 9.18 | 22.77 | - |
| YUV | 84.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 132 | 0 | 0.65 | 0.04 | 0.46 | 304 | 0.48 | 0.36 |
| Hex | 8A | 30 | 84 | 0 | 41 | 4 | 2E | 130 | 30 | 24 |
| Octal | 212 | 60 | 204 | 0 | 101 | 4 | 56 | 460 | 60 | 44 |
| Binary | 10001010 | 110000 | 10000100 | 0 | 1000001 | 100 | 101110 | 100110000 | 110000 | 100100 |
Color Harmonies of #8A3084
Complementary color
Monochromatic Colors of #8A3084
Black with #8A3084
Text Example
Text Example
White with #8A3084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3084; }
p { color: rgb(138,48,132); }
H1.HeaderClassName
{
color: #8A3084;
}
.AnyTagClassName
{
color: #8A3084;
}
</style>
background-color css
<style>
a { background-color: #8A3084; }
a { background-color: rgb(138,48,132); }
div.DivClassName
{
background-color: #8A3084;
}
.BgClassName
{
background-color: #8A3084;
}
</style>
border-color css
<style>
span { border-color: #8A3084; }
span { border-color: rgb(138,48,132); }
td.TdClassName
{
border-color: #8A3084;
}
.TagClassName
{
border-color: #8A3084;
}
</style>