Shades of Purple #8C027D
Tints of Purple #8C027D
RGB
CMYK
RGB Variations
Color information
#8C027D (or 0x8C027D) is known color: Purple. HEX triplet: 8C, 02 and 7D. RGB value is (140,2,125). Sum of RGB (Red+Green+Blue) = 140+2+125=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C027D is #73FD82. Grayscale: #383838. Windows color (decimal): -7601539 or 8192652. OLE color: 8192652.
HSL color Cylindrical-coordinate representation of color #8C027D: hue angle of 306.52º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C027D is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.45 |
| HSL | 306.52º | 0.97% | 0.28% | - |
| HSV(B) | 306.52º | 0.99% | 0.55% | - |
| XYZ | 14.54 | 7.1 | 20.01 | - |
| YUV | 57.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 125 | 0 | 0.99 | 0.11 | 0.45 | 306.52 | 0.97 | 0.28 |
| Hex | 8C | 2 | 7D | 0 | 63 | B | 2D | 133 | 61 | 1C |
| Octal | 214 | 2 | 175 | 0 | 143 | 13 | 55 | 463 | 141 | 34 |
| Binary | 10001100 | 10 | 1111101 | 0 | 1100011 | 1011 | 101101 | 100110011 | 1100001 | 11100 |
Color Harmonies of #8C027D
Complementary color
Monochromatic Colors of #8C027D
Black with #8C027D
Text Example
Text Example
White with #8C027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C027D; }
p { color: rgb(140,2,125); }
H1.HeaderClassName
{
color: #8C027D;
}
.AnyTagClassName
{
color: #8C027D;
}
</style>
background-color css
<style>
a { background-color: #8C027D; }
a { background-color: rgb(140,2,125); }
div.DivClassName
{
background-color: #8C027D;
}
.BgClassName
{
background-color: #8C027D;
}
</style>
border-color css
<style>
span { border-color: #8C027D; }
span { border-color: rgb(140,2,125); }
td.TdClassName
{
border-color: #8C027D;
}
.TagClassName
{
border-color: #8C027D;
}
</style>