Shades of Purple #8A067E
Tints of Purple #8A067E
RGB
CMYK
RGB Variations
Color information
#8A067E (or 0x8A067E) is known color: Purple. HEX triplet: 8A, 06 and 7E. RGB value is (138,6,126). Sum of RGB (Red+Green+Blue) = 138+6+126=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A067E is #75F981. Grayscale: #3A3A3A. Windows color (decimal): -7731586 or 8259210. OLE color: 8259210.
HSL color Cylindrical-coordinate representation of color #8A067E: hue angle of 305.45º 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 #8A067E is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 126 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.46 |
| HSL | 305.45º | 0.92% | 0.28% | - |
| HSV(B) | 305.45º | 0.96% | 0.54% | - |
| XYZ | 14.31 | 7.04 | 20.34 | - |
| YUV | 59.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 126 | 0 | 0.96 | 0.09 | 0.46 | 305.45 | 0.92 | 0.28 |
| Hex | 8A | 6 | 7E | 0 | 60 | 9 | 2E | 131 | 5C | 1C |
| Octal | 212 | 6 | 176 | 0 | 140 | 11 | 56 | 461 | 134 | 34 |
| Binary | 10001010 | 110 | 1111110 | 0 | 1100000 | 1001 | 101110 | 100110001 | 1011100 | 11100 |
Color Harmonies of #8A067E
Complementary color
Monochromatic Colors of #8A067E
Black with #8A067E
Text Example
Text Example
White with #8A067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A067E; }
p { color: rgb(138,6,126); }
H1.HeaderClassName
{
color: #8A067E;
}
.AnyTagClassName
{
color: #8A067E;
}
</style>
background-color css
<style>
a { background-color: #8A067E; }
a { background-color: rgb(138,6,126); }
div.DivClassName
{
background-color: #8A067E;
}
.BgClassName
{
background-color: #8A067E;
}
</style>
border-color css
<style>
span { border-color: #8A067E; }
span { border-color: rgb(138,6,126); }
td.TdClassName
{
border-color: #8A067E;
}
.TagClassName
{
border-color: #8A067E;
}
</style>