Shades of Dark Purple #8A2D80
Tints of Dark Purple #8A2D80
RGB
CMYK
RGB Variations
Color information
#8A2D80 (or 0x8A2D80) is known color: Dark Purple. HEX triplet: 8A, 2D and 80. RGB value is (138,45,128). Sum of RGB (Red+Green+Blue) = 138+45+128=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2D80 is #75D27F. Grayscale: #525252. Windows color (decimal): -7721600 or 8400266. OLE color: 8400266.
HSL color Cylindrical-coordinate representation of color #8A2D80: hue angle of 306.45º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2D80 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 128 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.46 |
| HSL | 306.45º | 0.51% | 0.36% | - |
| HSV(B) | 306.45º | 0.67% | 0.54% | - |
| XYZ | 15.32 | 8.84 | 21.32 | - |
| YUV | 82.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 128 | 0 | 0.67 | 0.07 | 0.46 | 306.45 | 0.51 | 0.36 |
| Hex | 8A | 2D | 80 | 0 | 43 | 7 | 2E | 132 | 33 | 24 |
| Octal | 212 | 55 | 200 | 0 | 103 | 7 | 56 | 462 | 63 | 44 |
| Binary | 10001010 | 101101 | 10000000 | 0 | 1000011 | 111 | 101110 | 100110010 | 110011 | 100100 |
Color Harmonies of #8A2D80
Complementary color
Monochromatic Colors of #8A2D80
Black with #8A2D80
Text Example
Text Example
White with #8A2D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D80; }
p { color: rgb(138,45,128); }
H1.HeaderClassName
{
color: #8A2D80;
}
.AnyTagClassName
{
color: #8A2D80;
}
</style>
background-color css
<style>
a { background-color: #8A2D80; }
a { background-color: rgb(138,45,128); }
div.DivClassName
{
background-color: #8A2D80;
}
.BgClassName
{
background-color: #8A2D80;
}
</style>
border-color css
<style>
span { border-color: #8A2D80; }
span { border-color: rgb(138,45,128); }
td.TdClassName
{
border-color: #8A2D80;
}
.TagClassName
{
border-color: #8A2D80;
}
</style>