#8C80DF

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

Shades of Medium Purple #8C80DF

Tints of Medium Purple #8C80DF

Color information

#8C80DF (or 0x8C80DF) is unknown color: approx Medium Purple. HEX triplet: 8C, 80 and DF. RGB value is (140,128,223). Sum of RGB (Red+Green+Blue) = 140+128+223=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80DF is #737F20. Grayscale: #8E8E8E. Windows color (decimal): -7569185 or 14647436. OLE color: 14647436.

HSL color Cylindrical-coordinate representation of color #8C80DF: hue angle of 247.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C80DF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140128223-
CMYK0.370.4300.13
HSL247.58º59.75%68.82%-
HSV(B)247.58º42.6%87.45%-
XYZ31.8526.3473.22-
YUV142.42173.48126.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=28.51%
G=26.07%
B=45.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401282230.370.4300.13247.5859.7568.82
Hex8C80DF252B0Df83c45
Octal214200337455301537074105
Binary10001100100000001101111110010110101101101111110001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,223); }

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

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

 a { background-color: rgb(140,128,223); }

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

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

 span { border-color: rgb(140,128,223); }

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