Shades of Dark Purple #8A3C80
Tints of Dark Purple #8A3C80
RGB
CMYK
RGB Variations
Color information
#8A3C80 (or 0x8A3C80) is known color: Dark Purple. HEX triplet: 8A, 3C and 80. RGB value is (138,60,128). Sum of RGB (Red+Green+Blue) = 138+60+128=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3C80 is #75C37F. Grayscale: #5A5A5A. Windows color (decimal): -7717760 or 8404106. OLE color: 8404106.
HSL color Cylindrical-coordinate representation of color #8A3C80: hue angle of 307.69º 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 #8A3C80 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 128 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.46 |
| HSL | 307.69º | 0.39% | 0.39% | - |
| HSV(B) | 307.69º | 0.57% | 0.54% | - |
| XYZ | 15.99 | 10.19 | 21.55 | - |
| YUV | 91.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 128 | 0 | 0.57 | 0.07 | 0.46 | 307.69 | 0.39 | 0.39 |
| Hex | 8A | 3C | 80 | 0 | 39 | 7 | 2E | 134 | 27 | 27 |
| Octal | 212 | 74 | 200 | 0 | 71 | 7 | 56 | 464 | 47 | 47 |
| Binary | 10001010 | 111100 | 10000000 | 0 | 111001 | 111 | 101110 | 100110100 | 100111 | 100111 |
Color Harmonies of #8A3C80
Complementary color
Monochromatic Colors of #8A3C80
Black with #8A3C80
Text Example
Text Example
White with #8A3C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C80; }
p { color: rgb(138,60,128); }
H1.HeaderClassName
{
color: #8A3C80;
}
.AnyTagClassName
{
color: #8A3C80;
}
</style>
background-color css
<style>
a { background-color: #8A3C80; }
a { background-color: rgb(138,60,128); }
div.DivClassName
{
background-color: #8A3C80;
}
.BgClassName
{
background-color: #8A3C80;
}
</style>
border-color css
<style>
span { border-color: #8A3C80; }
span { border-color: rgb(138,60,128); }
td.TdClassName
{
border-color: #8A3C80;
}
.TagClassName
{
border-color: #8A3C80;
}
</style>