Shades of Dark Purple #8A2D72
Tints of Dark Purple #8A2D72
RGB
CMYK
RGB Variations
Color information
#8A2D72 (or 0x8A2D72) is known color: Dark Purple. HEX triplet: 8A, 2D and 72. RGB value is (138,45,114). Sum of RGB (Red+Green+Blue) = 138+45+114=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D72 is #75D28D. Grayscale: #505050. Windows color (decimal): -7721614 or 7482762. OLE color: 7482762.
HSL color Cylindrical-coordinate representation of color #8A2D72: hue angle of 315.48º 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 #8A2D72 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 114 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.46 |
| HSL | 315.48º | 0.51% | 0.36% | - |
| HSV(B) | 315.48º | 0.67% | 0.54% | - |
| XYZ | 14.46 | 8.49 | 16.8 | - |
| YUV | 80.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 114 | 0 | 0.67 | 0.17 | 0.46 | 315.48 | 0.51 | 0.36 |
| Hex | 8A | 2D | 72 | 0 | 43 | 11 | 2E | 13B | 33 | 24 |
| Octal | 212 | 55 | 162 | 0 | 103 | 21 | 56 | 473 | 63 | 44 |
| Binary | 10001010 | 101101 | 1110010 | 0 | 1000011 | 10001 | 101110 | 100111011 | 110011 | 100100 |
Color Harmonies of #8A2D72
Complementary color
Monochromatic Colors of #8A2D72
Black with #8A2D72
Text Example
Text Example
White with #8A2D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D72; }
p { color: rgb(138,45,114); }
H1.HeaderClassName
{
color: #8A2D72;
}
.AnyTagClassName
{
color: #8A2D72;
}
</style>
background-color css
<style>
a { background-color: #8A2D72; }
a { background-color: rgb(138,45,114); }
div.DivClassName
{
background-color: #8A2D72;
}
.BgClassName
{
background-color: #8A2D72;
}
</style>
border-color css
<style>
span { border-color: #8A2D72; }
span { border-color: rgb(138,45,114); }
td.TdClassName
{
border-color: #8A2D72;
}
.TagClassName
{
border-color: #8A2D72;
}
</style>