#8C0779

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

Shades of Purple #8C0779

Tints of Purple #8C0779

Color information

#8C0779 (or 0x8C0779) is unknown color: approx Purple. HEX triplet: 8C, 07 and 79. RGB value is (140,7,121). Sum of RGB (Red+Green+Blue) = 140+7+121=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0779 is #73F886. Grayscale: #3B3B3B. Windows color (decimal): -7600263 or 7931788. OLE color: 7931788.

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

Color convert

RGB1407121-
CMYK00.950.140.45
HSL308.57º90.48%28.82%-
HSV(B)308.57º95%54.9%-
XYZ14.347.1118.71-
YUV59.76162.56185.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 7 (3.12% from 255) = 2.61%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=52.24%
G=2.61%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140712100.950.140.45308.5790.4828.82
Hex8C77905FE2D1355a1d
Octal21471710137165546513235
Binary100011001111111001010111111110101101100110101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,7,121); }

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

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

 a { background-color: rgb(140,7,121); }

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

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

 span { border-color: rgb(140,7,121); }

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