Shades of Dark Purple #8A3770
Tints of Dark Purple #8A3770
RGB
CMYK
RGB Variations
Color information
#8A3770 (or 0x8A3770) is known color: Dark Purple. HEX triplet: 8A, 37 and 70. RGB value is (138,55,112). Sum of RGB (Red+Green+Blue) = 138+55+112=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3770 is #75C88F. Grayscale: #565656. Windows color (decimal): -7719056 or 7354250. OLE color: 7354250.
HSL color Cylindrical-coordinate representation of color #8A3770: hue angle of 318.8º 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 #8A3770 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 55 | 112 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.46 |
| HSL | 318.8º | 0.43% | 0.38% | - |
| HSV(B) | 318.8º | 0.6% | 0.54% | - |
| XYZ | 14.77 | 9.31 | 16.35 | - |
| YUV | 86.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 112 | 0 | 0.60 | 0.19 | 0.46 | 318.8 | 0.43 | 0.38 |
| Hex | 8A | 37 | 70 | 0 | 3C | 13 | 2E | 13F | 2B | 26 |
| Octal | 212 | 67 | 160 | 0 | 74 | 23 | 56 | 477 | 53 | 46 |
| Binary | 10001010 | 110111 | 1110000 | 0 | 111100 | 10011 | 101110 | 100111111 | 101011 | 100110 |
Color Harmonies of #8A3770
Complementary color
Monochromatic Colors of #8A3770
Black with #8A3770
Text Example
Text Example
White with #8A3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3770; }
p { color: rgb(138,55,112); }
H1.HeaderClassName
{
color: #8A3770;
}
.AnyTagClassName
{
color: #8A3770;
}
</style>
background-color css
<style>
a { background-color: #8A3770; }
a { background-color: rgb(138,55,112); }
div.DivClassName
{
background-color: #8A3770;
}
.BgClassName
{
background-color: #8A3770;
}
</style>
border-color css
<style>
span { border-color: #8A3770; }
span { border-color: rgb(138,55,112); }
td.TdClassName
{
border-color: #8A3770;
}
.TagClassName
{
border-color: #8A3770;
}
</style>