Shades of Dark Purple #8A297C
Tints of Dark Purple #8A297C
RGB
CMYK
RGB Variations
Color information
#8A297C (or 0x8A297C) is known color: Dark Purple. HEX triplet: 8A, 29 and 7C. RGB value is (138,41,124). Sum of RGB (Red+Green+Blue) = 138+41+124=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A297C is #75D683. Grayscale: #4F4F4F. Windows color (decimal): -7722628 or 8137098. OLE color: 8137098.
HSL color Cylindrical-coordinate representation of color #8A297C: hue angle of 308.66º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A297C is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 41 | 124 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.46 |
| HSL | 308.66º | 0.54% | 0.35% | - |
| HSV(B) | 308.66º | 0.7% | 0.54% | - |
| XYZ | 14.91 | 8.44 | 19.91 | - |
| YUV | 79.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 41 | 124 | 0 | 0.70 | 0.10 | 0.46 | 308.66 | 0.54 | 0.35 |
| Hex | 8A | 29 | 7C | 0 | 46 | A | 2E | 135 | 36 | 23 |
| Octal | 212 | 51 | 174 | 0 | 106 | 12 | 56 | 465 | 66 | 43 |
| Binary | 10001010 | 101001 | 1111100 | 0 | 1000110 | 1010 | 101110 | 100110101 | 110110 | 100011 |
Color Harmonies of #8A297C
Complementary color
Monochromatic Colors of #8A297C
Black with #8A297C
Text Example
Text Example
White with #8A297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A297C; }
p { color: rgb(138,41,124); }
H1.HeaderClassName
{
color: #8A297C;
}
.AnyTagClassName
{
color: #8A297C;
}
</style>
background-color css
<style>
a { background-color: #8A297C; }
a { background-color: rgb(138,41,124); }
div.DivClassName
{
background-color: #8A297C;
}
.BgClassName
{
background-color: #8A297C;
}
</style>
border-color css
<style>
span { border-color: #8A297C; }
span { border-color: rgb(138,41,124); }
td.TdClassName
{
border-color: #8A297C;
}
.TagClassName
{
border-color: #8A297C;
}
</style>