Shades of Dark Purple #8A1978
Tints of Dark Purple #8A1978
RGB
CMYK
RGB Variations
Color information
#8A1978 (or 0x8A1978) is known color: Dark Purple. HEX triplet: 8A, 19 and 78. RGB value is (138,25,120). Sum of RGB (Red+Green+Blue) = 138+25+120=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1978 is #75E687. Grayscale: #454545. Windows color (decimal): -7726728 or 7870858. OLE color: 7870858.
HSL color Cylindrical-coordinate representation of color #8A1978: hue angle of 309.56º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1978 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 25 | 120 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.46 |
| HSL | 309.56º | 0.69% | 0.32% | - |
| HSV(B) | 309.56º | 0.82% | 0.54% | - |
| XYZ | 14.22 | 7.45 | 18.46 | - |
| YUV | 69.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 120 | 0 | 0.82 | 0.13 | 0.46 | 309.56 | 0.69 | 0.32 |
| Hex | 8A | 19 | 78 | 0 | 52 | D | 2E | 136 | 45 | 20 |
| Octal | 212 | 31 | 170 | 0 | 122 | 15 | 56 | 466 | 105 | 40 |
| Binary | 10001010 | 11001 | 1111000 | 0 | 1010010 | 1101 | 101110 | 100110110 | 1000101 | 100000 |
Color Harmonies of #8A1978
Complementary color
Monochromatic Colors of #8A1978
Black with #8A1978
Text Example
Text Example
White with #8A1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1978; }
p { color: rgb(138,25,120); }
H1.HeaderClassName
{
color: #8A1978;
}
.AnyTagClassName
{
color: #8A1978;
}
</style>
background-color css
<style>
a { background-color: #8A1978; }
a { background-color: rgb(138,25,120); }
div.DivClassName
{
background-color: #8A1978;
}
.BgClassName
{
background-color: #8A1978;
}
</style>
border-color css
<style>
span { border-color: #8A1978; }
span { border-color: rgb(138,25,120); }
td.TdClassName
{
border-color: #8A1978;
}
.TagClassName
{
border-color: #8A1978;
}
</style>