Shades of Dark Purple #8A1579
Tints of Dark Purple #8A1579
RGB
CMYK
RGB Variations
Color information
#8A1579 (or 0x8A1579) is known color: Dark Purple. HEX triplet: 8A, 15 and 79. RGB value is (138,21,121). Sum of RGB (Red+Green+Blue) = 138+21+121=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1579 is #75EA86. Grayscale: #434343. Windows color (decimal): -7727751 or 7935370. OLE color: 7935370.
HSL color Cylindrical-coordinate representation of color #8A1579: hue angle of 308.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1579 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 121 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.46 |
| HSL | 308.72º | 0.74% | 0.31% | - |
| HSV(B) | 308.72º | 0.85% | 0.54% | - |
| XYZ | 14.2 | 7.32 | 18.75 | - |
| YUV | 67.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 121 | 0 | 0.85 | 0.12 | 0.46 | 308.72 | 0.74 | 0.31 |
| Hex | 8A | 15 | 79 | 0 | 55 | C | 2E | 135 | 4A | 1F |
| Octal | 212 | 25 | 171 | 0 | 125 | 14 | 56 | 465 | 112 | 37 |
| Binary | 10001010 | 10101 | 1111001 | 0 | 1010101 | 1100 | 101110 | 100110101 | 1001010 | 11111 |
Color Harmonies of #8A1579
Complementary color
Monochromatic Colors of #8A1579
Black with #8A1579
Text Example
Text Example
White with #8A1579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1579; }
p { color: rgb(138,21,121); }
H1.HeaderClassName
{
color: #8A1579;
}
.AnyTagClassName
{
color: #8A1579;
}
</style>
background-color css
<style>
a { background-color: #8A1579; }
a { background-color: rgb(138,21,121); }
div.DivClassName
{
background-color: #8A1579;
}
.BgClassName
{
background-color: #8A1579;
}
</style>
border-color css
<style>
span { border-color: #8A1579; }
span { border-color: rgb(138,21,121); }
td.TdClassName
{
border-color: #8A1579;
}
.TagClassName
{
border-color: #8A1579;
}
</style>