Shades of Dark Purple #8A2D87
Tints of Dark Purple #8A2D87
RGB
CMYK
RGB Variations
Color information
#8A2D87 (or 0x8A2D87) is known color: Dark Purple. HEX triplet: 8A, 2D and 87. RGB value is (138,45,135). Sum of RGB (Red+Green+Blue) = 138+45+135=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2D87 is #75D278. Grayscale: #525252. Windows color (decimal): -7721593 or 8859018. OLE color: 8859018.
HSL color Cylindrical-coordinate representation of color #8A2D87: hue angle of 301.94º 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 #8A2D87 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 135 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.46 |
| HSL | 301.94º | 0.51% | 0.36% | - |
| HSV(B) | 301.94º | 0.67% | 0.54% | - |
| XYZ | 15.79 | 9.03 | 23.83 | - |
| YUV | 83.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 135 | 0 | 0.67 | 0.02 | 0.46 | 301.94 | 0.51 | 0.36 |
| Hex | 8A | 2D | 87 | 0 | 43 | 2 | 2E | 12E | 33 | 24 |
| Octal | 212 | 55 | 207 | 0 | 103 | 2 | 56 | 456 | 63 | 44 |
| Binary | 10001010 | 101101 | 10000111 | 0 | 1000011 | 10 | 101110 | 100101110 | 110011 | 100100 |
Color Harmonies of #8A2D87
Complementary color
Monochromatic Colors of #8A2D87
Black with #8A2D87
Text Example
Text Example
White with #8A2D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D87; }
p { color: rgb(138,45,135); }
H1.HeaderClassName
{
color: #8A2D87;
}
.AnyTagClassName
{
color: #8A2D87;
}
</style>
background-color css
<style>
a { background-color: #8A2D87; }
a { background-color: rgb(138,45,135); }
div.DivClassName
{
background-color: #8A2D87;
}
.BgClassName
{
background-color: #8A2D87;
}
</style>
border-color css
<style>
span { border-color: #8A2D87; }
span { border-color: rgb(138,45,135); }
td.TdClassName
{
border-color: #8A2D87;
}
.TagClassName
{
border-color: #8A2D87;
}
</style>