Shades of Dark Purple #8A3177
Tints of Dark Purple #8A3177
RGB
CMYK
RGB Variations
Color information
#8A3177 (or 0x8A3177) is known color: Dark Purple. HEX triplet: 8A, 31 and 77. RGB value is (138,49,119). Sum of RGB (Red+Green+Blue) = 138+49+119=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3177 is #75CE88. Grayscale: #535353. Windows color (decimal): -7720585 or 7811466. OLE color: 7811466.
HSL color Cylindrical-coordinate representation of color #8A3177: hue angle of 312.81º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3177 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 119 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.46 |
| HSL | 312.81º | 0.48% | 0.37% | - |
| HSV(B) | 312.81º | 0.64% | 0.54% | - |
| XYZ | 14.91 | 8.93 | 18.39 | - |
| YUV | 83.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 119 | 0 | 0.64 | 0.14 | 0.46 | 312.81 | 0.48 | 0.37 |
| Hex | 8A | 31 | 77 | 0 | 40 | E | 2E | 139 | 30 | 25 |
| Octal | 212 | 61 | 167 | 0 | 100 | 16 | 56 | 471 | 60 | 45 |
| Binary | 10001010 | 110001 | 1110111 | 0 | 1000000 | 1110 | 101110 | 100111001 | 110000 | 100101 |
Color Harmonies of #8A3177
Complementary color
Monochromatic Colors of #8A3177
Black with #8A3177
Text Example
Text Example
White with #8A3177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3177; }
p { color: rgb(138,49,119); }
H1.HeaderClassName
{
color: #8A3177;
}
.AnyTagClassName
{
color: #8A3177;
}
</style>
background-color css
<style>
a { background-color: #8A3177; }
a { background-color: rgb(138,49,119); }
div.DivClassName
{
background-color: #8A3177;
}
.BgClassName
{
background-color: #8A3177;
}
</style>
border-color css
<style>
span { border-color: #8A3177; }
span { border-color: rgb(138,49,119); }
td.TdClassName
{
border-color: #8A3177;
}
.TagClassName
{
border-color: #8A3177;
}
</style>