Shades of Purple #8A067C
Tints of Purple #8A067C
RGB
CMYK
RGB Variations
Color information
#8A067C (or 0x8A067C) is known color: Purple. HEX triplet: 8A, 06 and 7C. RGB value is (138,6,124). Sum of RGB (Red+Green+Blue) = 138+6+124=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A067C is #75F983. Grayscale: #3A3A3A. Windows color (decimal): -7731588 or 8128138. OLE color: 8128138.
HSL color Cylindrical-coordinate representation of color #8A067C: hue angle of 306.36º 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 #8A067C is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 124 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.46 |
| HSL | 306.36º | 0.92% | 0.28% | - |
| HSV(B) | 306.36º | 0.96% | 0.54% | - |
| XYZ | 14.18 | 6.99 | 19.67 | - |
| YUV | 58.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 124 | 0 | 0.96 | 0.10 | 0.46 | 306.36 | 0.92 | 0.28 |
| Hex | 8A | 6 | 7C | 0 | 60 | A | 2E | 132 | 5C | 1C |
| Octal | 212 | 6 | 174 | 0 | 140 | 12 | 56 | 462 | 134 | 34 |
| Binary | 10001010 | 110 | 1111100 | 0 | 1100000 | 1010 | 101110 | 100110010 | 1011100 | 11100 |
Color Harmonies of #8A067C
Complementary color
Monochromatic Colors of #8A067C
Black with #8A067C
Text Example
Text Example
White with #8A067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A067C; }
p { color: rgb(138,6,124); }
H1.HeaderClassName
{
color: #8A067C;
}
.AnyTagClassName
{
color: #8A067C;
}
</style>
background-color css
<style>
a { background-color: #8A067C; }
a { background-color: rgb(138,6,124); }
div.DivClassName
{
background-color: #8A067C;
}
.BgClassName
{
background-color: #8A067C;
}
</style>
border-color css
<style>
span { border-color: #8A067C; }
span { border-color: rgb(138,6,124); }
td.TdClassName
{
border-color: #8A067C;
}
.TagClassName
{
border-color: #8A067C;
}
</style>