Shades of Purple #8A087F
Tints of Purple #8A087F
RGB
CMYK
RGB Variations
Color information
#8A087F (or 0x8A087F) is known color: Purple. HEX triplet: 8A, 08 and 7F. RGB value is (138,8,127). Sum of RGB (Red+Green+Blue) = 138+8+127=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A087F is #75F780. Grayscale: #3C3C3C. Windows color (decimal): -7731073 or 8325258. OLE color: 8325258.
HSL color Cylindrical-coordinate representation of color #8A087F: hue angle of 305.08º 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 #8A087F is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 127 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.46 |
| HSL | 305.08º | 0.89% | 0.29% | - |
| HSV(B) | 305.08º | 0.94% | 0.54% | - |
| XYZ | 14.4 | 7.11 | 20.69 | - |
| YUV | 60.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 127 | 0 | 0.94 | 0.08 | 0.46 | 305.08 | 0.89 | 0.29 |
| Hex | 8A | 8 | 7F | 0 | 5E | 8 | 2E | 131 | 59 | 1D |
| Octal | 212 | 10 | 177 | 0 | 136 | 10 | 56 | 461 | 131 | 35 |
| Binary | 10001010 | 1000 | 1111111 | 0 | 1011110 | 1000 | 101110 | 100110001 | 1011001 | 11101 |
Color Harmonies of #8A087F
Complementary color
Monochromatic Colors of #8A087F
Black with #8A087F
Text Example
Text Example
White with #8A087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A087F; }
p { color: rgb(138,8,127); }
H1.HeaderClassName
{
color: #8A087F;
}
.AnyTagClassName
{
color: #8A087F;
}
</style>
background-color css
<style>
a { background-color: #8A087F; }
a { background-color: rgb(138,8,127); }
div.DivClassName
{
background-color: #8A087F;
}
.BgClassName
{
background-color: #8A087F;
}
</style>
border-color css
<style>
span { border-color: #8A087F; }
span { border-color: rgb(138,8,127); }
td.TdClassName
{
border-color: #8A087F;
}
.TagClassName
{
border-color: #8A087F;
}
</style>