Shades of Dark Purple #8A1878
Tints of Dark Purple #8A1878
RGB
CMYK
RGB Variations
Color information
#8A1878 (or 0x8A1878) is known color: Dark Purple. HEX triplet: 8A, 18 and 78. RGB value is (138,24,120). Sum of RGB (Red+Green+Blue) = 138+24+120=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1878 is #75E787. Grayscale: #444444. Windows color (decimal): -7726984 or 7870602. OLE color: 7870602.
HSL color Cylindrical-coordinate representation of color #8A1878: hue angle of 309.47º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1878 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 120 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.46 |
| HSL | 309.47º | 0.7% | 0.32% | - |
| HSV(B) | 309.47º | 0.83% | 0.54% | - |
| XYZ | 14.2 | 7.41 | 18.45 | - |
| YUV | 69.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 120 | 0 | 0.83 | 0.13 | 0.46 | 309.47 | 0.7 | 0.32 |
| Hex | 8A | 18 | 78 | 0 | 53 | D | 2E | 135 | 46 | 20 |
| Octal | 212 | 30 | 170 | 0 | 123 | 15 | 56 | 465 | 106 | 40 |
| Binary | 10001010 | 11000 | 1111000 | 0 | 1010011 | 1101 | 101110 | 100110101 | 1000110 | 100000 |
Color Harmonies of #8A1878
Complementary color
Monochromatic Colors of #8A1878
Black with #8A1878
Text Example
Text Example
White with #8A1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1878; }
p { color: rgb(138,24,120); }
H1.HeaderClassName
{
color: #8A1878;
}
.AnyTagClassName
{
color: #8A1878;
}
</style>
background-color css
<style>
a { background-color: #8A1878; }
a { background-color: rgb(138,24,120); }
div.DivClassName
{
background-color: #8A1878;
}
.BgClassName
{
background-color: #8A1878;
}
</style>
border-color css
<style>
span { border-color: #8A1878; }
span { border-color: rgb(138,24,120); }
td.TdClassName
{
border-color: #8A1878;
}
.TagClassName
{
border-color: #8A1878;
}
</style>