Shades of Dark Purple #8A3E73
Tints of Dark Purple #8A3E73
RGB
CMYK
RGB Variations
Color information
#8A3E73 (or 0x8A3E73) is known color: Dark Purple. HEX triplet: 8A, 3E and 73. RGB value is (138,62,115). Sum of RGB (Red+Green+Blue) = 138+62+115=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E73 is #75C18C. Grayscale: #5A5A5A. Windows color (decimal): -7717261 or 7552650. OLE color: 7552650.
HSL color Cylindrical-coordinate representation of color #8A3E73: hue angle of 318.16º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A3E73 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 115 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.46 |
| HSL | 318.16º | 0.38% | 0.39% | - |
| HSV(B) | 318.16º | 0.55% | 0.54% | - |
| XYZ | 15.3 | 10.09 | 17.36 | - |
| YUV | 90.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 115 | 0 | 0.55 | 0.17 | 0.46 | 318.16 | 0.38 | 0.39 |
| Hex | 8A | 3E | 73 | 0 | 37 | 11 | 2E | 13E | 26 | 27 |
| Octal | 212 | 76 | 163 | 0 | 67 | 21 | 56 | 476 | 46 | 47 |
| Binary | 10001010 | 111110 | 1110011 | 0 | 110111 | 10001 | 101110 | 100111110 | 100110 | 100111 |
Color Harmonies of #8A3E73
Complementary color
Monochromatic Colors of #8A3E73
Black with #8A3E73
Text Example
Text Example
White with #8A3E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E73; }
p { color: rgb(138,62,115); }
H1.HeaderClassName
{
color: #8A3E73;
}
.AnyTagClassName
{
color: #8A3E73;
}
</style>
background-color css
<style>
a { background-color: #8A3E73; }
a { background-color: rgb(138,62,115); }
div.DivClassName
{
background-color: #8A3E73;
}
.BgClassName
{
background-color: #8A3E73;
}
</style>
border-color css
<style>
span { border-color: #8A3E73; }
span { border-color: rgb(138,62,115); }
td.TdClassName
{
border-color: #8A3E73;
}
.TagClassName
{
border-color: #8A3E73;
}
</style>