Shades of Dark Purple #8A2E7A
Tints of Dark Purple #8A2E7A
RGB
CMYK
RGB Variations
Color information
#8A2E7A (or 0x8A2E7A) is known color: Dark Purple. HEX triplet: 8A, 2E and 7A. RGB value is (138,46,122). Sum of RGB (Red+Green+Blue) = 138+46+122=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2E7A is #75D185. Grayscale: #515151. Windows color (decimal): -7721350 or 8007306. OLE color: 8007306.
HSL color Cylindrical-coordinate representation of color #8A2E7A: hue angle of 310.43º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2E7A is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 46 | 122 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.46 |
| HSL | 310.43º | 0.5% | 0.36% | - |
| HSV(B) | 310.43º | 0.67% | 0.54% | - |
| XYZ | 14.97 | 8.76 | 19.31 | - |
| YUV | 82.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 122 | 0 | 0.67 | 0.12 | 0.46 | 310.43 | 0.5 | 0.36 |
| Hex | 8A | 2E | 7A | 0 | 43 | C | 2E | 136 | 32 | 24 |
| Octal | 212 | 56 | 172 | 0 | 103 | 14 | 56 | 466 | 62 | 44 |
| Binary | 10001010 | 101110 | 1111010 | 0 | 1000011 | 1100 | 101110 | 100110110 | 110010 | 100100 |
Color Harmonies of #8A2E7A
Complementary color
Monochromatic Colors of #8A2E7A
Black with #8A2E7A
Text Example
Text Example
White with #8A2E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2E7A; }
p { color: rgb(138,46,122); }
H1.HeaderClassName
{
color: #8A2E7A;
}
.AnyTagClassName
{
color: #8A2E7A;
}
</style>
background-color css
<style>
a { background-color: #8A2E7A; }
a { background-color: rgb(138,46,122); }
div.DivClassName
{
background-color: #8A2E7A;
}
.BgClassName
{
background-color: #8A2E7A;
}
</style>
border-color css
<style>
span { border-color: #8A2E7A; }
span { border-color: rgb(138,46,122); }
td.TdClassName
{
border-color: #8A2E7A;
}
.TagClassName
{
border-color: #8A2E7A;
}
</style>