Shades of Dark Purple #8A317A
Tints of Dark Purple #8A317A
RGB
CMYK
RGB Variations
Color information
#8A317A (or 0x8A317A) is known color: Dark Purple. HEX triplet: 8A, 31 and 7A. RGB value is (138,49,122). Sum of RGB (Red+Green+Blue) = 138+49+122=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A317A is #75CE85. Grayscale: #535353. Windows color (decimal): -7720582 or 8008074. OLE color: 8008074.
HSL color Cylindrical-coordinate representation of color #8A317A: hue angle of 310.79º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A317A is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 122 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.46 |
| HSL | 310.79º | 0.48% | 0.37% | - |
| HSV(B) | 310.79º | 0.64% | 0.54% | - |
| XYZ | 15.09 | 9.01 | 19.36 | - |
| YUV | 83.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 122 | 0 | 0.64 | 0.12 | 0.46 | 310.79 | 0.48 | 0.37 |
| Hex | 8A | 31 | 7A | 0 | 40 | C | 2E | 137 | 30 | 25 |
| Octal | 212 | 61 | 172 | 0 | 100 | 14 | 56 | 467 | 60 | 45 |
| Binary | 10001010 | 110001 | 1111010 | 0 | 1000000 | 1100 | 101110 | 100110111 | 110000 | 100101 |
Color Harmonies of #8A317A
Complementary color
Monochromatic Colors of #8A317A
Black with #8A317A
Text Example
Text Example
White with #8A317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A317A; }
p { color: rgb(138,49,122); }
H1.HeaderClassName
{
color: #8A317A;
}
.AnyTagClassName
{
color: #8A317A;
}
</style>
background-color css
<style>
a { background-color: #8A317A; }
a { background-color: rgb(138,49,122); }
div.DivClassName
{
background-color: #8A317A;
}
.BgClassName
{
background-color: #8A317A;
}
</style>
border-color css
<style>
span { border-color: #8A317A; }
span { border-color: rgb(138,49,122); }
td.TdClassName
{
border-color: #8A317A;
}
.TagClassName
{
border-color: #8A317A;
}
</style>