Shades of Dark Purple #8A3A74
Tints of Dark Purple #8A3A74
RGB
CMYK
RGB Variations
Color information
#8A3A74 (or 0x8A3A74) is known color: Dark Purple. HEX triplet: 8A, 3A and 74. RGB value is (138,58,116). Sum of RGB (Red+Green+Blue) = 138+58+116=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A74 is #75C58B. Grayscale: #585858. Windows color (decimal): -7718284 or 7617162. OLE color: 7617162.
HSL color Cylindrical-coordinate representation of color #8A3A74: hue angle of 316.5º 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 #8A3A74 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 116 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.46 |
| HSL | 316.5º | 0.41% | 0.38% | - |
| HSV(B) | 316.5º | 0.58% | 0.54% | - |
| XYZ | 15.15 | 9.69 | 17.6 | - |
| YUV | 88.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 116 | 0 | 0.58 | 0.16 | 0.46 | 316.5 | 0.41 | 0.38 |
| Hex | 8A | 3A | 74 | 0 | 3A | 10 | 2E | 13C | 29 | 26 |
| Octal | 212 | 72 | 164 | 0 | 72 | 20 | 56 | 474 | 51 | 46 |
| Binary | 10001010 | 111010 | 1110100 | 0 | 111010 | 10000 | 101110 | 100111100 | 101001 | 100110 |
Color Harmonies of #8A3A74
Complementary color
Monochromatic Colors of #8A3A74
Black with #8A3A74
Text Example
Text Example
White with #8A3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A74; }
p { color: rgb(138,58,116); }
H1.HeaderClassName
{
color: #8A3A74;
}
.AnyTagClassName
{
color: #8A3A74;
}
</style>
background-color css
<style>
a { background-color: #8A3A74; }
a { background-color: rgb(138,58,116); }
div.DivClassName
{
background-color: #8A3A74;
}
.BgClassName
{
background-color: #8A3A74;
}
</style>
border-color css
<style>
span { border-color: #8A3A74; }
span { border-color: rgb(138,58,116); }
td.TdClassName
{
border-color: #8A3A74;
}
.TagClassName
{
border-color: #8A3A74;
}
</style>