#8C067C

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

Shades of Purple #8C067C

Tints of Purple #8C067C

Color information

#8C067C (or 0x8C067C) is unknown color: approx Purple. HEX triplet: 8C, 06 and 7C. RGB value is (140,6,124). Sum of RGB (Red+Green+Blue) = 140+6+124=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C067C is #73F983. Grayscale: #3B3B3B. Windows color (decimal): -7600516 or 8128140. OLE color: 8128140.

HSL color Cylindrical-coordinate representation of color #8C067C: hue angle of 307.16º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C067C is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB1406124-
CMYK00.960.110.45
HSL307.16º91.78%28.63%-
HSV(B)307.16º95.71%54.9%-
XYZ14.527.1619.69-
YUV59.52164.39185.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.85%
GREEN value IS 6 (2.73% from 255) = 2.22%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=51.85%
G=2.22%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140612400.960.110.45307.1691.7828.63
Hex8C67C060B2D1335c1d
Octal21461740140135546313435
Binary100011001101111100011000001011101101100110011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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