Shades of Dark Purple #8A3578
Tints of Dark Purple #8A3578
RGB
CMYK
RGB Variations
Color information
#8A3578 (or 0x8A3578) is known color: Dark Purple. HEX triplet: 8A, 35 and 78. RGB value is (138,53,120). Sum of RGB (Red+Green+Blue) = 138+53+120=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3578 is #75CA87. Grayscale: #555555. Windows color (decimal): -7719560 or 7878026. OLE color: 7878026.
HSL color Cylindrical-coordinate representation of color #8A3578: hue angle of 312.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A3578 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 53 | 120 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.46 |
| HSL | 312.71º | 0.45% | 0.37% | - |
| HSV(B) | 312.71º | 0.62% | 0.54% | - |
| XYZ | 15.14 | 9.31 | 18.77 | - |
| YUV | 86.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 120 | 0 | 0.62 | 0.13 | 0.46 | 312.71 | 0.45 | 0.37 |
| Hex | 8A | 35 | 78 | 0 | 3E | D | 2E | 139 | 2D | 25 |
| Octal | 212 | 65 | 170 | 0 | 76 | 15 | 56 | 471 | 55 | 45 |
| Binary | 10001010 | 110101 | 1111000 | 0 | 111110 | 1101 | 101110 | 100111001 | 101101 | 100101 |
Color Harmonies of #8A3578
Complementary color
Monochromatic Colors of #8A3578
Black with #8A3578
Text Example
Text Example
White with #8A3578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3578; }
p { color: rgb(138,53,120); }
H1.HeaderClassName
{
color: #8A3578;
}
.AnyTagClassName
{
color: #8A3578;
}
</style>
background-color css
<style>
a { background-color: #8A3578; }
a { background-color: rgb(138,53,120); }
div.DivClassName
{
background-color: #8A3578;
}
.BgClassName
{
background-color: #8A3578;
}
</style>
border-color css
<style>
span { border-color: #8A3578; }
span { border-color: rgb(138,53,120); }
td.TdClassName
{
border-color: #8A3578;
}
.TagClassName
{
border-color: #8A3578;
}
</style>