Shades of Purple #8A087E
Tints of Purple #8A087E
RGB
CMYK
RGB Variations
Color information
#8A087E (or 0x8A087E) is known color: Purple. HEX triplet: 8A, 08 and 7E. RGB value is (138,8,126). Sum of RGB (Red+Green+Blue) = 138+8+126=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A087E is #75F781. Grayscale: #3B3B3B. Windows color (decimal): -7731074 or 8259722. OLE color: 8259722.
HSL color Cylindrical-coordinate representation of color #8A087E: hue angle of 305.54º 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 #8A087E is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 126 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.46 |
| HSL | 305.54º | 0.89% | 0.29% | - |
| HSV(B) | 305.54º | 0.94% | 0.54% | - |
| XYZ | 14.33 | 7.08 | 20.35 | - |
| YUV | 60.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 126 | 0 | 0.94 | 0.09 | 0.46 | 305.54 | 0.89 | 0.29 |
| Hex | 8A | 8 | 7E | 0 | 5E | 9 | 2E | 132 | 59 | 1D |
| Octal | 212 | 10 | 176 | 0 | 136 | 11 | 56 | 462 | 131 | 35 |
| Binary | 10001010 | 1000 | 1111110 | 0 | 1011110 | 1001 | 101110 | 100110010 | 1011001 | 11101 |
Color Harmonies of #8A087E
Complementary color
Monochromatic Colors of #8A087E
Black with #8A087E
Text Example
Text Example
White with #8A087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A087E; }
p { color: rgb(138,8,126); }
H1.HeaderClassName
{
color: #8A087E;
}
.AnyTagClassName
{
color: #8A087E;
}
</style>
background-color css
<style>
a { background-color: #8A087E; }
a { background-color: rgb(138,8,126); }
div.DivClassName
{
background-color: #8A087E;
}
.BgClassName
{
background-color: #8A087E;
}
</style>
border-color css
<style>
span { border-color: #8A087E; }
span { border-color: rgb(138,8,126); }
td.TdClassName
{
border-color: #8A087E;
}
.TagClassName
{
border-color: #8A087E;
}
</style>