Shades of Dark Purple #8A1078
Tints of Dark Purple #8A1078
RGB
CMYK
RGB Variations
Color information
#8A1078 (or 0x8A1078) is known color: Dark Purple. HEX triplet: 8A, 10 and 78. RGB value is (138,16,120). Sum of RGB (Red+Green+Blue) = 138+16+120=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1078 is #75EF87. Grayscale: #404040. Windows color (decimal): -7729032 or 7868554. OLE color: 7868554.
HSL color Cylindrical-coordinate representation of color #8A1078: hue angle of 308.85º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1078 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 120 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.46 |
| HSL | 308.85º | 0.79% | 0.3% | - |
| HSV(B) | 308.85º | 0.88% | 0.54% | - |
| XYZ | 14.06 | 7.13 | 18.4 | - |
| YUV | 64.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 120 | 0 | 0.88 | 0.13 | 0.46 | 308.85 | 0.79 | 0.3 |
| Hex | 8A | 10 | 78 | 0 | 58 | D | 2E | 135 | 4F | 1E |
| Octal | 212 | 20 | 170 | 0 | 130 | 15 | 56 | 465 | 117 | 36 |
| Binary | 10001010 | 10000 | 1111000 | 0 | 1011000 | 1101 | 101110 | 100110101 | 1001111 | 11110 |
Color Harmonies of #8A1078
Complementary color
Monochromatic Colors of #8A1078
Black with #8A1078
Text Example
Text Example
White with #8A1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1078; }
p { color: rgb(138,16,120); }
H1.HeaderClassName
{
color: #8A1078;
}
.AnyTagClassName
{
color: #8A1078;
}
</style>
background-color css
<style>
a { background-color: #8A1078; }
a { background-color: rgb(138,16,120); }
div.DivClassName
{
background-color: #8A1078;
}
.BgClassName
{
background-color: #8A1078;
}
</style>
border-color css
<style>
span { border-color: #8A1078; }
span { border-color: rgb(138,16,120); }
td.TdClassName
{
border-color: #8A1078;
}
.TagClassName
{
border-color: #8A1078;
}
</style>