Shades of Purple #8A087A
Tints of Purple #8A087A
RGB
CMYK
RGB Variations
Color information
#8A087A (or 0x8A087A) is known color: Purple. HEX triplet: 8A, 08 and 7A. RGB value is (138,8,122). Sum of RGB (Red+Green+Blue) = 138+8+122=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A087A is #75F785. Grayscale: #3B3B3B. Windows color (decimal): -7731078 or 7997578. OLE color: 7997578.
HSL color Cylindrical-coordinate representation of color #8A087A: hue angle of 307.38º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A087A is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 122 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.46 |
| HSL | 307.38º | 0.89% | 0.29% | - |
| HSV(B) | 307.38º | 0.94% | 0.54% | - |
| XYZ | 14.08 | 6.98 | 19.02 | - |
| YUV | 59.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 122 | 0 | 0.94 | 0.12 | 0.46 | 307.38 | 0.89 | 0.29 |
| Hex | 8A | 8 | 7A | 0 | 5E | C | 2E | 133 | 59 | 1D |
| Octal | 212 | 10 | 172 | 0 | 136 | 14 | 56 | 463 | 131 | 35 |
| Binary | 10001010 | 1000 | 1111010 | 0 | 1011110 | 1100 | 101110 | 100110011 | 1011001 | 11101 |
Color Harmonies of #8A087A
Complementary color
Monochromatic Colors of #8A087A
Black with #8A087A
Text Example
Text Example
White with #8A087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A087A; }
p { color: rgb(138,8,122); }
H1.HeaderClassName
{
color: #8A087A;
}
.AnyTagClassName
{
color: #8A087A;
}
</style>
background-color css
<style>
a { background-color: #8A087A; }
a { background-color: rgb(138,8,122); }
div.DivClassName
{
background-color: #8A087A;
}
.BgClassName
{
background-color: #8A087A;
}
</style>
border-color css
<style>
span { border-color: #8A087A; }
span { border-color: rgb(138,8,122); }
td.TdClassName
{
border-color: #8A087A;
}
.TagClassName
{
border-color: #8A087A;
}
</style>