Shades of Dark Purple #8A3078
Tints of Dark Purple #8A3078
RGB
CMYK
RGB Variations
Color information
#8A3078 (or 0x8A3078) is known color: Dark Purple. HEX triplet: 8A, 30 and 78. RGB value is (138,48,120). Sum of RGB (Red+Green+Blue) = 138+48+120=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3078 is #75CF87. Grayscale: #525252. Windows color (decimal): -7720840 or 7876746. OLE color: 7876746.
HSL color Cylindrical-coordinate representation of color #8A3078: hue angle of 312º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3078 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 120 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.46 |
| HSL | 312º | 0.48% | 0.36% | - |
| HSV(B) | 312º | 0.65% | 0.54% | - |
| XYZ | 14.93 | 8.87 | 18.7 | - |
| YUV | 83.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 120 | 0 | 0.65 | 0.13 | 0.46 | 312 | 0.48 | 0.36 |
| Hex | 8A | 30 | 78 | 0 | 41 | D | 2E | 138 | 30 | 24 |
| Octal | 212 | 60 | 170 | 0 | 101 | 15 | 56 | 470 | 60 | 44 |
| Binary | 10001010 | 110000 | 1111000 | 0 | 1000001 | 1101 | 101110 | 100111000 | 110000 | 100100 |
Color Harmonies of #8A3078
Complementary color
Monochromatic Colors of #8A3078
Black with #8A3078
Text Example
Text Example
White with #8A3078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3078; }
p { color: rgb(138,48,120); }
H1.HeaderClassName
{
color: #8A3078;
}
.AnyTagClassName
{
color: #8A3078;
}
</style>
background-color css
<style>
a { background-color: #8A3078; }
a { background-color: rgb(138,48,120); }
div.DivClassName
{
background-color: #8A3078;
}
.BgClassName
{
background-color: #8A3078;
}
</style>
border-color css
<style>
span { border-color: #8A3078; }
span { border-color: rgb(138,48,120); }
td.TdClassName
{
border-color: #8A3078;
}
.TagClassName
{
border-color: #8A3078;
}
</style>