Shades of Purple #8A017C
Tints of Purple #8A017C
RGB
CMYK
RGB Variations
Color information
#8A017C (or 0x8A017C) is known color: Purple. HEX triplet: 8A, 01 and 7C. RGB value is (138,1,124). Sum of RGB (Red+Green+Blue) = 138+1+124=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A017C is #75FE83. Grayscale: #373737. Windows color (decimal): -7732868 or 8126858. OLE color: 8126858.
HSL color Cylindrical-coordinate representation of color #8A017C: hue angle of 306.13º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A017C is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.46 |
| HSL | 306.13º | 0.99% | 0.27% | - |
| HSV(B) | 306.13º | 0.99% | 0.54% | - |
| XYZ | 14.13 | 6.88 | 19.65 | - |
| YUV | 55.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 124 | 0 | 0.99 | 0.10 | 0.46 | 306.13 | 0.99 | 0.27 |
| Hex | 8A | 1 | 7C | 0 | 63 | A | 2E | 132 | 63 | 1B |
| Octal | 212 | 1 | 174 | 0 | 143 | 12 | 56 | 462 | 143 | 33 |
| Binary | 10001010 | 1 | 1111100 | 0 | 1100011 | 1010 | 101110 | 100110010 | 1100011 | 11011 |
Color Harmonies of #8A017C
Complementary color
Monochromatic Colors of #8A017C
Black with #8A017C
Text Example
Text Example
White with #8A017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A017C; }
p { color: rgb(138,1,124); }
H1.HeaderClassName
{
color: #8A017C;
}
.AnyTagClassName
{
color: #8A017C;
}
</style>
background-color css
<style>
a { background-color: #8A017C; }
a { background-color: rgb(138,1,124); }
div.DivClassName
{
background-color: #8A017C;
}
.BgClassName
{
background-color: #8A017C;
}
</style>
border-color css
<style>
span { border-color: #8A017C; }
span { border-color: rgb(138,1,124); }
td.TdClassName
{
border-color: #8A017C;
}
.TagClassName
{
border-color: #8A017C;
}
</style>