#8C027E

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

Shades of Purple #8C027E

Tints of Purple #8C027E

Color information

#8C027E (or 0x8C027E) is unknown color: approx Purple. HEX triplet: 8C, 02 and 7E. RGB value is (140,2,126). Sum of RGB (Red+Green+Blue) = 140+2+126=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C027E is #73FD81. Grayscale: #393939. Windows color (decimal): -7601538 or 8258188. OLE color: 8258188.

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

Color convert

RGB1402126-
CMYK00.990.100.45
HSL306.09º97.18%27.84%-
HSV(B)306.09º98.57%54.9%-
XYZ14.67.1320.34-
YUV57.4166.72186.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 126 (49.61% from 255) = 47.01%
R=52.24%
G=0.75%
B=47.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140212600.990.100.45306.0997.1827.84
Hex8C27E063A2D132611c
Octal21421760143125546214134
Binary10001100101111110011000111010101101100110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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