Shades of Purple #8A0679
Tints of Purple #8A0679
RGB
CMYK
RGB Variations
Color information
#8A0679 (or 0x8A0679) is known color: Purple. HEX triplet: 8A, 06 and 79. RGB value is (138,6,121). Sum of RGB (Red+Green+Blue) = 138+6+121=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0679 is #75F986. Grayscale: #3A3A3A. Windows color (decimal): -7731591 or 7931530. OLE color: 7931530.
HSL color Cylindrical-coordinate representation of color #8A0679: hue angle of 307.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0679 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.46 |
| HSL | 307.73º | 0.92% | 0.28% | - |
| HSV(B) | 307.73º | 0.96% | 0.54% | - |
| XYZ | 14 | 6.91 | 18.69 | - |
| YUV | 58.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 121 | 0 | 0.96 | 0.12 | 0.46 | 307.73 | 0.92 | 0.28 |
| Hex | 8A | 6 | 79 | 0 | 60 | C | 2E | 134 | 5C | 1C |
| Octal | 212 | 6 | 171 | 0 | 140 | 14 | 56 | 464 | 134 | 34 |
| Binary | 10001010 | 110 | 1111001 | 0 | 1100000 | 1100 | 101110 | 100110100 | 1011100 | 11100 |
Color Harmonies of #8A0679
Complementary color
Monochromatic Colors of #8A0679
Black with #8A0679
Text Example
Text Example
White with #8A0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0679; }
p { color: rgb(138,6,121); }
H1.HeaderClassName
{
color: #8A0679;
}
.AnyTagClassName
{
color: #8A0679;
}
</style>
background-color css
<style>
a { background-color: #8A0679; }
a { background-color: rgb(138,6,121); }
div.DivClassName
{
background-color: #8A0679;
}
.BgClassName
{
background-color: #8A0679;
}
</style>
border-color css
<style>
span { border-color: #8A0679; }
span { border-color: rgb(138,6,121); }
td.TdClassName
{
border-color: #8A0679;
}
.TagClassName
{
border-color: #8A0679;
}
</style>