Shades of Dark Purple #8A3079
Tints of Dark Purple #8A3079
RGB
CMYK
RGB Variations
Color information
#8A3079 (or 0x8A3079) is known color: Dark Purple. HEX triplet: 8A, 30 and 79. RGB value is (138,48,121). Sum of RGB (Red+Green+Blue) = 138+48+121=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3079 is #75CF86. Grayscale: #535353. Windows color (decimal): -7720839 or 7942282. OLE color: 7942282.
HSL color Cylindrical-coordinate representation of color #8A3079: hue angle of 311.33º 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 #8A3079 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 121 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.46 |
| HSL | 311.33º | 0.48% | 0.36% | - |
| HSV(B) | 311.33º | 0.65% | 0.54% | - |
| XYZ | 14.99 | 8.9 | 19.02 | - |
| YUV | 83.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 121 | 0 | 0.65 | 0.12 | 0.46 | 311.33 | 0.48 | 0.36 |
| Hex | 8A | 30 | 79 | 0 | 41 | C | 2E | 137 | 30 | 24 |
| Octal | 212 | 60 | 171 | 0 | 101 | 14 | 56 | 467 | 60 | 44 |
| Binary | 10001010 | 110000 | 1111001 | 0 | 1000001 | 1100 | 101110 | 100110111 | 110000 | 100100 |
Color Harmonies of #8A3079
Complementary color
Monochromatic Colors of #8A3079
Black with #8A3079
Text Example
Text Example
White with #8A3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3079; }
p { color: rgb(138,48,121); }
H1.HeaderClassName
{
color: #8A3079;
}
.AnyTagClassName
{
color: #8A3079;
}
</style>
background-color css
<style>
a { background-color: #8A3079; }
a { background-color: rgb(138,48,121); }
div.DivClassName
{
background-color: #8A3079;
}
.BgClassName
{
background-color: #8A3079;
}
</style>
border-color css
<style>
span { border-color: #8A3079; }
span { border-color: rgb(138,48,121); }
td.TdClassName
{
border-color: #8A3079;
}
.TagClassName
{
border-color: #8A3079;
}
</style>