#8C087A

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

Shades of Purple #8C087A

Tints of Purple #8C087A

Color information

#8C087A (or 0x8C087A) is unknown color: approx Purple. HEX triplet: 8C, 08 and 7A. RGB value is (140,8,122). Sum of RGB (Red+Green+Blue) = 140+8+122=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C087A is #73F785. Grayscale: #3C3C3C. Windows color (decimal): -7600006 or 7997580. OLE color: 7997580.

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

Color convert

RGB1408122-
CMYK00.940.130.45
HSL308.18º89.19%29.02%-
HSV(B)308.18º94.29%54.9%-
XYZ14.417.1519.03-
YUV60.46162.73184.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.85%
GREEN value IS 8 (3.52% from 255) = 2.96%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=51.85%
G=2.96%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140812200.940.130.45308.1889.1929.02
Hex8C87A05ED2D134591d
Octal214101720136155546413135
Binary1000110010001111010010111101101101101100110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,8,122); }

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

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

 a { background-color: rgb(140,8,122); }

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

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

 span { border-color: rgb(140,8,122); }

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