Shades of Dark Purple #8A2C74
Tints of Dark Purple #8A2C74
RGB
CMYK
RGB Variations
Color information
#8A2C74 (or 0x8A2C74) is known color: Dark Purple. HEX triplet: 8A, 2C and 74. RGB value is (138,44,116). Sum of RGB (Red+Green+Blue) = 138+44+116=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2C74 is #75D38B. Grayscale: #505050. Windows color (decimal): -7721868 or 7613578. OLE color: 7613578.
HSL color Cylindrical-coordinate representation of color #8A2C74: hue angle of 314.04º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A2C74 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 44 | 116 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.46 |
| HSL | 314.04º | 0.52% | 0.36% | - |
| HSV(B) | 314.04º | 0.68% | 0.54% | - |
| XYZ | 14.53 | 8.47 | 17.39 | - |
| YUV | 80.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 116 | 0 | 0.68 | 0.16 | 0.46 | 314.04 | 0.52 | 0.36 |
| Hex | 8A | 2C | 74 | 0 | 44 | 10 | 2E | 13A | 34 | 24 |
| Octal | 212 | 54 | 164 | 0 | 104 | 20 | 56 | 472 | 64 | 44 |
| Binary | 10001010 | 101100 | 1110100 | 0 | 1000100 | 10000 | 101110 | 100111010 | 110100 | 100100 |
Color Harmonies of #8A2C74
Complementary color
Monochromatic Colors of #8A2C74
Black with #8A2C74
Text Example
Text Example
White with #8A2C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C74; }
p { color: rgb(138,44,116); }
H1.HeaderClassName
{
color: #8A2C74;
}
.AnyTagClassName
{
color: #8A2C74;
}
</style>
background-color css
<style>
a { background-color: #8A2C74; }
a { background-color: rgb(138,44,116); }
div.DivClassName
{
background-color: #8A2C74;
}
.BgClassName
{
background-color: #8A2C74;
}
</style>
border-color css
<style>
span { border-color: #8A2C74; }
span { border-color: rgb(138,44,116); }
td.TdClassName
{
border-color: #8A2C74;
}
.TagClassName
{
border-color: #8A2C74;
}
</style>