#8C80DD

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

Shades of Medium Purple #8C80DD

Tints of Medium Purple #8C80DD

Color information

#8C80DD (or 0x8C80DD) is unknown color: approx Medium Purple. HEX triplet: 8C, 80 and DD. RGB value is (140,128,221). Sum of RGB (Red+Green+Blue) = 140+128+221=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80DD is #737F22. Grayscale: #8D8D8D. Windows color (decimal): -7569187 or 14516364. OLE color: 14516364.

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

Color convert

RGB140128221-
CMYK0.370.4200.13
HSL247.74º57.76%68.43%-
HSV(B)247.74º42.08%86.67%-
XYZ31.5926.2371.81-
YUV142.19172.48126.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=28.63%
G=26.18%
B=45.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401282210.370.4200.13247.7457.7668.43
Hex8C80DD252A0Df83a44
Octal214200335455201537072104
Binary10001100100000001101110110010110101001101111110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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