Shades of Purple #8A087D
Tints of Purple #8A087D
RGB
CMYK
RGB Variations
Color information
#8A087D (or 0x8A087D) is known color: Purple. HEX triplet: 8A, 08 and 7D. RGB value is (138,8,125). Sum of RGB (Red+Green+Blue) = 138+8+125=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A087D is #75F782. Grayscale: #3B3B3B. Windows color (decimal): -7731075 or 8194186. OLE color: 8194186.
HSL color Cylindrical-coordinate representation of color #8A087D: hue angle of 306º 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 #8A087D is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 125 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.46 |
| HSL | 306º | 0.89% | 0.29% | - |
| HSV(B) | 306º | 0.94% | 0.54% | - |
| XYZ | 14.27 | 7.06 | 20.01 | - |
| YUV | 60.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 125 | 0 | 0.94 | 0.09 | 0.46 | 306 | 0.89 | 0.29 |
| Hex | 8A | 8 | 7D | 0 | 5E | 9 | 2E | 132 | 59 | 1D |
| Octal | 212 | 10 | 175 | 0 | 136 | 11 | 56 | 462 | 131 | 35 |
| Binary | 10001010 | 1000 | 1111101 | 0 | 1011110 | 1001 | 101110 | 100110010 | 1011001 | 11101 |
Color Harmonies of #8A087D
Complementary color
Monochromatic Colors of #8A087D
Black with #8A087D
Text Example
Text Example
White with #8A087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A087D; }
p { color: rgb(138,8,125); }
H1.HeaderClassName
{
color: #8A087D;
}
.AnyTagClassName
{
color: #8A087D;
}
</style>
background-color css
<style>
a { background-color: #8A087D; }
a { background-color: rgb(138,8,125); }
div.DivClassName
{
background-color: #8A087D;
}
.BgClassName
{
background-color: #8A087D;
}
</style>
border-color css
<style>
span { border-color: #8A087D; }
span { border-color: rgb(138,8,125); }
td.TdClassName
{
border-color: #8A087D;
}
.TagClassName
{
border-color: #8A087D;
}
</style>