#8C007C

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

Shades of Purple #8C007C

Tints of Purple #8C007C

Color information

#8C007C (or 0x8C007C) is unknown color: approx Purple. HEX triplet: 8C, 00 and 7C. RGB value is (140,0,124). Sum of RGB (Red+Green+Blue) = 140+0+124=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C007C is #73FF83. Grayscale: #373737. Windows color (decimal): -7602052 or 8126604. OLE color: 8126604.

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

Color convert

RGB1400124-
CMYK010.110.45
HSL306.86º100%27.45%-
HSV(B)306.86º100%54.9%-
XYZ14.457.0319.66-
YUV56166.38187.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=53.03%
G=0%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1400124010.110.45306.8610027.45
Hex8C07C064B2D133641b
Octal21401740144135546314433
Binary1000110001111100011001001011101101100110011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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