Shades of Purple #8C007A
Tints of Purple #8C007A
RGB
CMYK
RGB Variations
Color information
#8C007A (or 0x8C007A) is known color: Purple. HEX triplet: 8C, 00 and 7A. RGB value is (140,0,122). Sum of RGB (Red+Green+Blue) = 140+0+122=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C007A is #73FF85. Grayscale: #373737. Windows color (decimal): -7602054 or 7995532. OLE color: 7995532.
HSL color Cylindrical-coordinate representation of color #8C007A: hue angle of 307.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C007A is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.13 | 0.45 |
| HSL | 307.71º | 1% | 0.27% | - |
| HSV(B) | 307.71º | 1% | 0.55% | - |
| XYZ | 14.33 | 6.98 | 19 | - |
| YUV | 55.77 | 165.38 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 122 | 0 | 1 | 0.13 | 0.45 | 307.71 | 1 | 0.27 |
| Hex | 8C | 0 | 7A | 0 | 64 | D | 2D | 134 | 64 | 1B |
| Octal | 214 | 0 | 172 | 0 | 144 | 15 | 55 | 464 | 144 | 33 |
| Binary | 10001100 | 0 | 1111010 | 0 | 1100100 | 1101 | 101101 | 100110100 | 1100100 | 11011 |
Color Harmonies of #8C007A
Complementary color
Monochromatic Colors of #8C007A
Black with #8C007A
Text Example
Text Example
White with #8C007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C007A; }
p { color: rgb(140,0,122); }
H1.HeaderClassName
{
color: #8C007A;
}
.AnyTagClassName
{
color: #8C007A;
}
</style>
background-color css
<style>
a { background-color: #8C007A; }
a { background-color: rgb(140,0,122); }
div.DivClassName
{
background-color: #8C007A;
}
.BgClassName
{
background-color: #8C007A;
}
</style>
border-color css
<style>
span { border-color: #8C007A; }
span { border-color: rgb(140,0,122); }
td.TdClassName
{
border-color: #8C007A;
}
.TagClassName
{
border-color: #8C007A;
}
</style>