Shades of Dark Purple #8A376E
Tints of Dark Purple #8A376E
RGB
CMYK
RGB Variations
Color information
#8A376E (or 0x8A376E) is known color: Dark Purple. HEX triplet: 8A, 37 and 6E. RGB value is (138,55,110). Sum of RGB (Red+Green+Blue) = 138+55+110=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A376E is #75C891. Grayscale: #555555. Windows color (decimal): -7719058 or 7223178. OLE color: 7223178.
HSL color Cylindrical-coordinate representation of color #8A376E: hue angle of 320.24º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A376E is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 55 | 110 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.46 |
| HSL | 320.24º | 0.43% | 0.38% | - |
| HSV(B) | 320.24º | 0.6% | 0.54% | - |
| XYZ | 14.66 | 9.26 | 15.77 | - |
| YUV | 86.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 110 | 0 | 0.60 | 0.20 | 0.46 | 320.24 | 0.43 | 0.38 |
| Hex | 8A | 37 | 6E | 0 | 3C | 14 | 2E | 140 | 2B | 26 |
| Octal | 212 | 67 | 156 | 0 | 74 | 24 | 56 | 500 | 53 | 46 |
| Binary | 10001010 | 110111 | 1101110 | 0 | 111100 | 10100 | 101110 | 101000000 | 101011 | 100110 |
Color Harmonies of #8A376E
Complementary color
Monochromatic Colors of #8A376E
Black with #8A376E
Text Example
Text Example
White with #8A376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A376E; }
p { color: rgb(138,55,110); }
H1.HeaderClassName
{
color: #8A376E;
}
.AnyTagClassName
{
color: #8A376E;
}
</style>
background-color css
<style>
a { background-color: #8A376E; }
a { background-color: rgb(138,55,110); }
div.DivClassName
{
background-color: #8A376E;
}
.BgClassName
{
background-color: #8A376E;
}
</style>
border-color css
<style>
span { border-color: #8A376E; }
span { border-color: rgb(138,55,110); }
td.TdClassName
{
border-color: #8A376E;
}
.TagClassName
{
border-color: #8A376E;
}
</style>