Shades of Dark Purple #8A3777
Tints of Dark Purple #8A3777
RGB
CMYK
RGB Variations
Color information
#8A3777 (or 0x8A3777) is known color: Dark Purple. HEX triplet: 8A, 37 and 77. RGB value is (138,55,119). Sum of RGB (Red+Green+Blue) = 138+55+119=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3777 is #75C888. Grayscale: #565656. Windows color (decimal): -7719049 or 7813002. OLE color: 7813002.
HSL color Cylindrical-coordinate representation of color #8A3777: hue angle of 313.73º 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 #8A3777 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 55 | 119 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.46 |
| HSL | 313.73º | 0.43% | 0.38% | - |
| HSV(B) | 313.73º | 0.6% | 0.54% | - |
| XYZ | 15.18 | 9.47 | 18.48 | - |
| YUV | 87.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 119 | 0 | 0.60 | 0.14 | 0.46 | 313.73 | 0.43 | 0.38 |
| Hex | 8A | 37 | 77 | 0 | 3C | E | 2E | 13A | 2B | 26 |
| Octal | 212 | 67 | 167 | 0 | 74 | 16 | 56 | 472 | 53 | 46 |
| Binary | 10001010 | 110111 | 1110111 | 0 | 111100 | 1110 | 101110 | 100111010 | 101011 | 100110 |
Color Harmonies of #8A3777
Complementary color
Monochromatic Colors of #8A3777
Black with #8A3777
Text Example
Text Example
White with #8A3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3777; }
p { color: rgb(138,55,119); }
H1.HeaderClassName
{
color: #8A3777;
}
.AnyTagClassName
{
color: #8A3777;
}
</style>
background-color css
<style>
a { background-color: #8A3777; }
a { background-color: rgb(138,55,119); }
div.DivClassName
{
background-color: #8A3777;
}
.BgClassName
{
background-color: #8A3777;
}
</style>
border-color css
<style>
span { border-color: #8A3777; }
span { border-color: rgb(138,55,119); }
td.TdClassName
{
border-color: #8A3777;
}
.TagClassName
{
border-color: #8A3777;
}
</style>