Shades of Dark Purple #8A377E
Tints of Dark Purple #8A377E
RGB
CMYK
RGB Variations
Color information
#8A377E (or 0x8A377E) is known color: Dark Purple. HEX triplet: 8A, 37 and 7E. RGB value is (138,55,126). Sum of RGB (Red+Green+Blue) = 138+55+126=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A377E is #75C881. Grayscale: #575757. Windows color (decimal): -7719042 or 8271754. OLE color: 8271754.
HSL color Cylindrical-coordinate representation of color #8A377E: hue angle of 308.67º 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 #8A377E is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 55 | 126 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.46 |
| HSL | 308.67º | 0.43% | 0.38% | - |
| HSV(B) | 308.67º | 0.6% | 0.54% | - |
| XYZ | 15.61 | 9.64 | 20.78 | - |
| YUV | 87.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 126 | 0 | 0.60 | 0.09 | 0.46 | 308.67 | 0.43 | 0.38 |
| Hex | 8A | 37 | 7E | 0 | 3C | 9 | 2E | 135 | 2B | 26 |
| Octal | 212 | 67 | 176 | 0 | 74 | 11 | 56 | 465 | 53 | 46 |
| Binary | 10001010 | 110111 | 1111110 | 0 | 111100 | 1001 | 101110 | 100110101 | 101011 | 100110 |
Color Harmonies of #8A377E
Complementary color
Monochromatic Colors of #8A377E
Black with #8A377E
Text Example
Text Example
White with #8A377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A377E; }
p { color: rgb(138,55,126); }
H1.HeaderClassName
{
color: #8A377E;
}
.AnyTagClassName
{
color: #8A377E;
}
</style>
background-color css
<style>
a { background-color: #8A377E; }
a { background-color: rgb(138,55,126); }
div.DivClassName
{
background-color: #8A377E;
}
.BgClassName
{
background-color: #8A377E;
}
</style>
border-color css
<style>
span { border-color: #8A377E; }
span { border-color: rgb(138,55,126); }
td.TdClassName
{
border-color: #8A377E;
}
.TagClassName
{
border-color: #8A377E;
}
</style>