Shades of Purple #8C007E
Tints of Purple #8C007E
RGB
CMYK
RGB Variations
Color information
#8C007E (or 0x8C007E) is known color: Purple. HEX triplet: 8C, 00 and 7E. RGB value is (140,0,126). Sum of RGB (Red+Green+Blue) = 140+0+126=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C007E is #73FF81. Grayscale: #373737. Windows color (decimal): -7602050 or 8257676. OLE color: 8257676.
HSL color Cylindrical-coordinate representation of color #8C007E: hue angle of 306º 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 #8C007E is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.10 | 0.45 |
| HSL | 306º | 1% | 0.27% | - |
| HSV(B) | 306º | 1% | 0.55% | - |
| XYZ | 14.58 | 7.08 | 20.34 | - |
| YUV | 56.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 126 | 0 | 1 | 0.10 | 0.45 | 306 | 1 | 0.27 |
| Hex | 8C | 0 | 7E | 0 | 64 | A | 2D | 132 | 64 | 1B |
| Octal | 214 | 0 | 176 | 0 | 144 | 12 | 55 | 462 | 144 | 33 |
| Binary | 10001100 | 0 | 1111110 | 0 | 1100100 | 1010 | 101101 | 100110010 | 1100100 | 11011 |
Color Harmonies of #8C007E
Complementary color
Monochromatic Colors of #8C007E
Black with #8C007E
Text Example
Text Example
White with #8C007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C007E; }
p { color: rgb(140,0,126); }
H1.HeaderClassName
{
color: #8C007E;
}
.AnyTagClassName
{
color: #8C007E;
}
</style>
background-color css
<style>
a { background-color: #8C007E; }
a { background-color: rgb(140,0,126); }
div.DivClassName
{
background-color: #8C007E;
}
.BgClassName
{
background-color: #8C007E;
}
</style>
border-color css
<style>
span { border-color: #8C007E; }
span { border-color: rgb(140,0,126); }
td.TdClassName
{
border-color: #8C007E;
}
.TagClassName
{
border-color: #8C007E;
}
</style>