#8C027C

Color #8C027C Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #8C027C

Tints of Purple #8C027C

Color information

#8C027C (or 0x8C027C) is unknown color: approx Purple. HEX triplet: 8C, 02 and 7C. RGB value is (140,2,124). Sum of RGB (Red+Green+Blue) = 140+2+124=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C027C is #73FD83. Grayscale: #383838. Windows color (decimal): -7601540 or 8127116. OLE color: 8127116.

HSL color Cylindrical-coordinate representation of color #8C027C: hue angle of 306.96º 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 #8C027C is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB1402124-
CMYK00.990.110.45
HSL306.96º97.18%27.84%-
HSV(B)306.96º98.57%54.9%-
XYZ14.487.0719.67-
YUV57.17165.72187.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 52.63%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=52.63%
G=0.75%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140212400.990.110.45306.9697.1827.84
Hex8C27C063B2D133611c
Octal21421740143135546314134
Binary10001100101111100011000111011101101100110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C027C; }

 p { color: rgb(140,2,124); }

 H1.HeaderClassName
 {
   color: #8C027C;
 }
 .AnyTagClassName
 {
   color: #8C027C;
 }
</style>
background-color css

<style>
 a { background-color: #8C027C; }

 a { background-color: rgb(140,2,124); }

 div.DivClassName
 {
   background-color: #8C027C;
 }
 .BgClassName
 {
   background-color: #8C027C;
 }
</style>
border-color css

<style>
 span { border-color: #8C027C; }

 span { border-color: rgb(140,2,124); }

 td.TdClassName
 {
   border-color: #8C027C;
 }
 .TagClassName
 {
   border-color: #8C027C;
 }
</style>