#8c72da

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

Shades of Medium Purple #8C72DA

Tints of Medium Purple #8C72DA

Color information

#8C72DA (or 0x8C72DA) is unknown color: approx Medium Purple. HEX triplet: 8C, 72 and DA. RGB value is (140,114,218). Sum of RGB (Red+Green+Blue) = 140+114+218=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C72DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C72DA is #738D25. Grayscale: #858585. Windows color (decimal): -7572774 or 14316172. OLE color: 14316172.

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

Color convert

RGB140114218-
CMYK0.360.4800.15
HSL255º58.43%65.1%-
HSV(B)255º47.71%85.49%-
XYZ29.4922.6769.15-
YUV133.63175.61132.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.66%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=29.66%
G=24.15%
B=46.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401142180.360.4800.1525558.4365.1
Hex8C72DA24300Fff3a41
Octal214162332446001737772101
Binary1000110011100101101101010010011000001111111111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c72da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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