Shades of Dark Purple #8A2C80
Tints of Dark Purple #8A2C80
RGB
CMYK
RGB Variations
Color information
#8A2C80 (or 0x8A2C80) is known color: Dark Purple. HEX triplet: 8A, 2C and 80. RGB value is (138,44,128). Sum of RGB (Red+Green+Blue) = 138+44+128=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2C80 is #75D37F. Grayscale: #515151. Windows color (decimal): -7721856 or 8400010. OLE color: 8400010.
HSL color Cylindrical-coordinate representation of color #8A2C80: hue angle of 306.38º 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 #8A2C80 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 44 | 128 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.46 |
| HSL | 306.38º | 0.52% | 0.36% | - |
| HSV(B) | 306.38º | 0.68% | 0.54% | - |
| XYZ | 15.28 | 8.76 | 21.31 | - |
| YUV | 81.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 128 | 0 | 0.68 | 0.07 | 0.46 | 306.38 | 0.52 | 0.36 |
| Hex | 8A | 2C | 80 | 0 | 44 | 7 | 2E | 132 | 34 | 24 |
| Octal | 212 | 54 | 200 | 0 | 104 | 7 | 56 | 462 | 64 | 44 |
| Binary | 10001010 | 101100 | 10000000 | 0 | 1000100 | 111 | 101110 | 100110010 | 110100 | 100100 |
Color Harmonies of #8A2C80
Complementary color
Monochromatic Colors of #8A2C80
Black with #8A2C80
Text Example
Text Example
White with #8A2C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C80; }
p { color: rgb(138,44,128); }
H1.HeaderClassName
{
color: #8A2C80;
}
.AnyTagClassName
{
color: #8A2C80;
}
</style>
background-color css
<style>
a { background-color: #8A2C80; }
a { background-color: rgb(138,44,128); }
div.DivClassName
{
background-color: #8A2C80;
}
.BgClassName
{
background-color: #8A2C80;
}
</style>
border-color css
<style>
span { border-color: #8A2C80; }
span { border-color: rgb(138,44,128); }
td.TdClassName
{
border-color: #8A2C80;
}
.TagClassName
{
border-color: #8A2C80;
}
</style>