#8C77DC

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

Shades of Medium Purple #8C77DC

Tints of Medium Purple #8C77DC

Color information

#8C77DC (or 0x8C77DC) is unknown color: approx Medium Purple. HEX triplet: 8C, 77 and DC. RGB value is (140,119,220). Sum of RGB (Red+Green+Blue) = 140+119+220=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C77DC is #738823. Grayscale: #888888. Windows color (decimal): -7571492 or 14448524. OLE color: 14448524.

HSL color Cylindrical-coordinate representation of color #8C77DC: hue angle of 252.48º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C77DC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140119220-
CMYK0.360.4600.14
HSL252.48º59.06%66.47%-
HSV(B)252.48º45.91%86.27%-
XYZ30.3323.9470.73-
YUV136.79174.96130.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 119 (46.88% from 255) = 24.84%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=29.23%
G=24.84%
B=45.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401192200.360.4600.14252.4859.0666.47
Hex8C77DC242E0Efc3b42
Octal214167334445601637473102
Binary1000110011101111101110010010010111001110111111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,119,220); }

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

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

 a { background-color: rgb(140,119,220); }

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

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

 span { border-color: rgb(140,119,220); }

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