#8C77DA

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

Shades of Medium Purple #8C77DA

Tints of Medium Purple #8C77DA

Color information

#8C77DA (or 0x8C77DA) is unknown color: approx Medium Purple. HEX triplet: 8C, 77 and DA. RGB value is (140,119,218). Sum of RGB (Red+Green+Blue) = 140+119+218=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C77DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C77DA is #738825. Grayscale: #888888. Windows color (decimal): -7571494 or 14317452. OLE color: 14317452.

HSL color Cylindrical-coordinate representation of color #8C77DA: hue angle of 252.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C77DA is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140119218-
CMYK0.360.4500.15
HSL252.73º57.23%66.08%-
HSV(B)252.73º45.41%85.49%-
XYZ30.0723.8369.34-
YUV136.56173.96130.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 218 (85.55% from 255) = 45.70%
R=29.35%
G=24.95%
B=45.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401192180.360.4500.15252.7357.2366.08
Hex8C77DA242D0Ffd3942
Octal214167332445501737571102
Binary1000110011101111101101010010010110101111111111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C77DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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