Shades of Dark Purple #8A2C7F
Tints of Dark Purple #8A2C7F
RGB
CMYK
RGB Variations
Color information
#8A2C7F (or 0x8A2C7F) is known color: Dark Purple. HEX triplet: 8A, 2C and 7F. RGB value is (138,44,127). Sum of RGB (Red+Green+Blue) = 138+44+127=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2C7F is #75D380. Grayscale: #515151. Windows color (decimal): -7721857 or 8334474. OLE color: 8334474.
HSL color Cylindrical-coordinate representation of color #8A2C7F: hue angle of 307.02º 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 #8A2C7F is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 44 | 127 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.46 |
| HSL | 307.02º | 0.52% | 0.36% | - |
| HSV(B) | 307.02º | 0.68% | 0.54% | - |
| XYZ | 15.21 | 8.74 | 20.96 | - |
| YUV | 81.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 127 | 0 | 0.68 | 0.08 | 0.46 | 307.02 | 0.52 | 0.36 |
| Hex | 8A | 2C | 7F | 0 | 44 | 8 | 2E | 133 | 34 | 24 |
| Octal | 212 | 54 | 177 | 0 | 104 | 10 | 56 | 463 | 64 | 44 |
| Binary | 10001010 | 101100 | 1111111 | 0 | 1000100 | 1000 | 101110 | 100110011 | 110100 | 100100 |
Color Harmonies of #8A2C7F
Complementary color
Monochromatic Colors of #8A2C7F
Black with #8A2C7F
Text Example
Text Example
White with #8A2C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C7F; }
p { color: rgb(138,44,127); }
H1.HeaderClassName
{
color: #8A2C7F;
}
.AnyTagClassName
{
color: #8A2C7F;
}
</style>
background-color css
<style>
a { background-color: #8A2C7F; }
a { background-color: rgb(138,44,127); }
div.DivClassName
{
background-color: #8A2C7F;
}
.BgClassName
{
background-color: #8A2C7F;
}
</style>
border-color css
<style>
span { border-color: #8A2C7F; }
span { border-color: rgb(138,44,127); }
td.TdClassName
{
border-color: #8A2C7F;
}
.TagClassName
{
border-color: #8A2C7F;
}
</style>