#8C6EDC

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

Shades of Medium Purple #8C6EDC

Tints of Medium Purple #8C6EDC

Color information

#8C6EDC (or 0x8C6EDC) is unknown color: approx Medium Purple. HEX triplet: 8C, 6E and DC. RGB value is (140,110,220). Sum of RGB (Red+Green+Blue) = 140+110+220=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6EDC is #739123. Grayscale: #838383. Windows color (decimal): -7573796 or 14446220. OLE color: 14446220.

HSL color Cylindrical-coordinate representation of color #8C6EDC: hue angle of 256.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C6EDC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140110220-
CMYK0.360.5000.14
HSL256.36º61.11%64.71%-
HSV(B)256.36º50%86.27%-
XYZ29.3121.8970.39-
YUV131.51177.94134.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.79%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 220 (86.33% from 255) = 46.81%
R=29.79%
G=23.40%
B=46.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401102200.360.5000.14256.3661.1164.71
Hex8C6EDC24320E1003d41
Octal214156334446201640075101
Binary10001100110111011011100100100110010011101000000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,110,220); }

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

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

 a { background-color: rgb(140,110,220); }

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

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

 span { border-color: rgb(140,110,220); }

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