Shades of Dark Purple #8A3A7A
Tints of Dark Purple #8A3A7A
RGB
CMYK
RGB Variations
Color information
#8A3A7A (or 0x8A3A7A) is known color: Dark Purple. HEX triplet: 8A, 3A and 7A. RGB value is (138,58,122). Sum of RGB (Red+Green+Blue) = 138+58+122=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A7A is #75C585. Grayscale: #595959. Windows color (decimal): -7718278 or 8010378. OLE color: 8010378.
HSL color Cylindrical-coordinate representation of color #8A3A7A: hue angle of 312º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A7A is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 122 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.46 |
| HSL | 312º | 0.41% | 0.38% | - |
| HSV(B) | 312º | 0.58% | 0.54% | - |
| XYZ | 15.51 | 9.83 | 19.49 | - |
| YUV | 89.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 122 | 0 | 0.58 | 0.12 | 0.46 | 312 | 0.41 | 0.38 |
| Hex | 8A | 3A | 7A | 0 | 3A | C | 2E | 138 | 29 | 26 |
| Octal | 212 | 72 | 172 | 0 | 72 | 14 | 56 | 470 | 51 | 46 |
| Binary | 10001010 | 111010 | 1111010 | 0 | 111010 | 1100 | 101110 | 100111000 | 101001 | 100110 |
Color Harmonies of #8A3A7A
Complementary color
Monochromatic Colors of #8A3A7A
Black with #8A3A7A
Text Example
Text Example
White with #8A3A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A7A; }
p { color: rgb(138,58,122); }
H1.HeaderClassName
{
color: #8A3A7A;
}
.AnyTagClassName
{
color: #8A3A7A;
}
</style>
background-color css
<style>
a { background-color: #8A3A7A; }
a { background-color: rgb(138,58,122); }
div.DivClassName
{
background-color: #8A3A7A;
}
.BgClassName
{
background-color: #8A3A7A;
}
</style>
border-color css
<style>
span { border-color: #8A3A7A; }
span { border-color: rgb(138,58,122); }
td.TdClassName
{
border-color: #8A3A7A;
}
.TagClassName
{
border-color: #8A3A7A;
}
</style>