Shades of Dark Purple #8A3A76
Tints of Dark Purple #8A3A76
RGB
CMYK
RGB Variations
Color information
#8A3A76 (or 0x8A3A76) is known color: Dark Purple. HEX triplet: 8A, 3A and 76. RGB value is (138,58,118). Sum of RGB (Red+Green+Blue) = 138+58+118=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A76 is #75C589. Grayscale: #585858. Windows color (decimal): -7718282 or 7748234. OLE color: 7748234.
HSL color Cylindrical-coordinate representation of color #8A3A76: hue angle of 315º 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 #8A3A76 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 118 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.46 |
| HSL | 315º | 0.41% | 0.38% | - |
| HSV(B) | 315º | 0.58% | 0.54% | - |
| XYZ | 15.26 | 9.74 | 18.21 | - |
| YUV | 88.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 118 | 0 | 0.58 | 0.14 | 0.46 | 315 | 0.41 | 0.38 |
| Hex | 8A | 3A | 76 | 0 | 3A | E | 2E | 13B | 29 | 26 |
| Octal | 212 | 72 | 166 | 0 | 72 | 16 | 56 | 473 | 51 | 46 |
| Binary | 10001010 | 111010 | 1110110 | 0 | 111010 | 1110 | 101110 | 100111011 | 101001 | 100110 |
Color Harmonies of #8A3A76
Complementary color
Monochromatic Colors of #8A3A76
Black with #8A3A76
Text Example
Text Example
White with #8A3A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A76; }
p { color: rgb(138,58,118); }
H1.HeaderClassName
{
color: #8A3A76;
}
.AnyTagClassName
{
color: #8A3A76;
}
</style>
background-color css
<style>
a { background-color: #8A3A76; }
a { background-color: rgb(138,58,118); }
div.DivClassName
{
background-color: #8A3A76;
}
.BgClassName
{
background-color: #8A3A76;
}
</style>
border-color css
<style>
span { border-color: #8A3A76; }
span { border-color: rgb(138,58,118); }
td.TdClassName
{
border-color: #8A3A76;
}
.TagClassName
{
border-color: #8A3A76;
}
</style>