#8C7EE6

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

Shades of Medium Purple #8C7EE6

Tints of Medium Purple #8C7EE6

Color information

#8C7EE6 (or 0x8C7EE6) is unknown color: approx Medium Purple. HEX triplet: 8C, 7E and E6. RGB value is (140,126,230). Sum of RGB (Red+Green+Blue) = 140+126+230=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #8C7EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7EE6 is #738119. Grayscale: #8D8D8D. Windows color (decimal): -7569690 or 15105676. OLE color: 15105676.

HSL color Cylindrical-coordinate representation of color #8C7EE6: hue angle of 248.08º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C7EE6 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB140126230-
CMYK0.390.4500.10
HSL248.08º67.53%69.8%-
HSV(B)248.08º45.22%90.2%-
XYZ32.5626.2178.21-
YUV142.04177.64126.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 230 (90.23% from 255) = 46.37%
R=28.23%
G=25.40%
B=46.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1401262300.390.4500.10248.0867.5369.8
Hex8C7EE6272D0Af84446
Octal2141763464755012370104106
Binary10001100111111011100110100111101101010101111100010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,126,230); }

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

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

 a { background-color: rgb(140,126,230); }

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

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

 span { border-color: rgb(140,126,230); }

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