Shades of Dark Purple #8A2E6C
Tints of Dark Purple #8A2E6C
RGB
CMYK
RGB Variations
Color information
#8A2E6C (or 0x8A2E6C) is known color: Dark Purple. HEX triplet: 8A, 2E and 6C. RGB value is (138,46,108). Sum of RGB (Red+Green+Blue) = 138+46+108=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2E6C is #75D193. Grayscale: #505050. Windows color (decimal): -7721364 or 7089802. OLE color: 7089802.
HSL color Cylindrical-coordinate representation of color #8A2E6C: hue angle of 319.57º degrees, saturation: 0.5, 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 #8A2E6C is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 46 | 108 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.46 |
| HSL | 319.57º | 0.5% | 0.36% | - |
| HSV(B) | 319.57º | 0.67% | 0.54% | - |
| XYZ | 14.17 | 8.44 | 15.07 | - |
| YUV | 80.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 108 | 0 | 0.67 | 0.22 | 0.46 | 319.57 | 0.5 | 0.36 |
| Hex | 8A | 2E | 6C | 0 | 43 | 16 | 2E | 140 | 32 | 24 |
| Octal | 212 | 56 | 154 | 0 | 103 | 26 | 56 | 500 | 62 | 44 |
| Binary | 10001010 | 101110 | 1101100 | 0 | 1000011 | 10110 | 101110 | 101000000 | 110010 | 100100 |
Color Harmonies of #8A2E6C
Complementary color
Monochromatic Colors of #8A2E6C
Black with #8A2E6C
Text Example
Text Example
White with #8A2E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2E6C; }
p { color: rgb(138,46,108); }
H1.HeaderClassName
{
color: #8A2E6C;
}
.AnyTagClassName
{
color: #8A2E6C;
}
</style>
background-color css
<style>
a { background-color: #8A2E6C; }
a { background-color: rgb(138,46,108); }
div.DivClassName
{
background-color: #8A2E6C;
}
.BgClassName
{
background-color: #8A2E6C;
}
</style>
border-color css
<style>
span { border-color: #8A2E6C; }
span { border-color: rgb(138,46,108); }
td.TdClassName
{
border-color: #8A2E6C;
}
.TagClassName
{
border-color: #8A2E6C;
}
</style>