Shades of Dark Purple #8A3C72
Tints of Dark Purple #8A3C72
RGB
CMYK
RGB Variations
Color information
#8A3C72 (or 0x8A3C72) is known color: Dark Purple. HEX triplet: 8A, 3C and 72. RGB value is (138,60,114). Sum of RGB (Red+Green+Blue) = 138+60+114=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3C72 is #75C38D. Grayscale: #595959. Windows color (decimal): -7717774 or 7486602. OLE color: 7486602.
HSL color Cylindrical-coordinate representation of color #8A3C72: hue angle of 318.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A3C72 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 114 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.46 |
| HSL | 318.46º | 0.39% | 0.39% | - |
| HSV(B) | 318.46º | 0.57% | 0.54% | - |
| XYZ | 15.13 | 9.85 | 17.02 | - |
| YUV | 89.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 114 | 0 | 0.57 | 0.17 | 0.46 | 318.46 | 0.39 | 0.39 |
| Hex | 8A | 3C | 72 | 0 | 39 | 11 | 2E | 13E | 27 | 27 |
| Octal | 212 | 74 | 162 | 0 | 71 | 21 | 56 | 476 | 47 | 47 |
| Binary | 10001010 | 111100 | 1110010 | 0 | 111001 | 10001 | 101110 | 100111110 | 100111 | 100111 |
Color Harmonies of #8A3C72
Complementary color
Monochromatic Colors of #8A3C72
Black with #8A3C72
Text Example
Text Example
White with #8A3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C72; }
p { color: rgb(138,60,114); }
H1.HeaderClassName
{
color: #8A3C72;
}
.AnyTagClassName
{
color: #8A3C72;
}
</style>
background-color css
<style>
a { background-color: #8A3C72; }
a { background-color: rgb(138,60,114); }
div.DivClassName
{
background-color: #8A3C72;
}
.BgClassName
{
background-color: #8A3C72;
}
</style>
border-color css
<style>
span { border-color: #8A3C72; }
span { border-color: rgb(138,60,114); }
td.TdClassName
{
border-color: #8A3C72;
}
.TagClassName
{
border-color: #8A3C72;
}
</style>