Shades of Dark Purple #8A2D7F
Tints of Dark Purple #8A2D7F
RGB
CMYK
RGB Variations
Color information
#8A2D7F (or 0x8A2D7F) is known color: Dark Purple. HEX triplet: 8A, 2D and 7F. RGB value is (138,45,127). Sum of RGB (Red+Green+Blue) = 138+45+127=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D7F is #75D280. Grayscale: #515151. Windows color (decimal): -7721601 or 8334730. OLE color: 8334730.
HSL color Cylindrical-coordinate representation of color #8A2D7F: hue angle of 307.1º 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 #8A2D7F is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 127 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.46 |
| HSL | 307.1º | 0.51% | 0.36% | - |
| HSV(B) | 307.1º | 0.67% | 0.54% | - |
| XYZ | 15.25 | 8.81 | 20.98 | - |
| YUV | 82.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 127 | 0 | 0.67 | 0.08 | 0.46 | 307.1 | 0.51 | 0.36 |
| Hex | 8A | 2D | 7F | 0 | 43 | 8 | 2E | 133 | 33 | 24 |
| Octal | 212 | 55 | 177 | 0 | 103 | 10 | 56 | 463 | 63 | 44 |
| Binary | 10001010 | 101101 | 1111111 | 0 | 1000011 | 1000 | 101110 | 100110011 | 110011 | 100100 |
Color Harmonies of #8A2D7F
Complementary color
Monochromatic Colors of #8A2D7F
Black with #8A2D7F
Text Example
Text Example
White with #8A2D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D7F; }
p { color: rgb(138,45,127); }
H1.HeaderClassName
{
color: #8A2D7F;
}
.AnyTagClassName
{
color: #8A2D7F;
}
</style>
background-color css
<style>
a { background-color: #8A2D7F; }
a { background-color: rgb(138,45,127); }
div.DivClassName
{
background-color: #8A2D7F;
}
.BgClassName
{
background-color: #8A2D7F;
}
</style>
border-color css
<style>
span { border-color: #8A2D7F; }
span { border-color: rgb(138,45,127); }
td.TdClassName
{
border-color: #8A2D7F;
}
.TagClassName
{
border-color: #8A2D7F;
}
</style>