#8c6be8

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

Shades of Medium Purple #8C6BE8

Tints of Medium Purple #8C6BE8

Color information

#8C6BE8 (or 0x8C6BE8) is unknown color: approx Medium Purple. HEX triplet: 8C, 6B and E8. RGB value is (140,107,232). Sum of RGB (Red+Green+Blue) = 140+107+232=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #8C6BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6BE8 is #739417. Grayscale: #828282. Windows color (decimal): -7574552 or 15231884. OLE color: 15231884.

HSL color Cylindrical-coordinate representation of color #8C6BE8: hue angle of 255.84º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C6BE8 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB140107232-
CMYK0.400.5400.09
HSL255.84º73.1%66.47%-
HSV(B)255.84º53.88%90.98%-
XYZ30.6421.9278.96-
YUV131.12184.93134.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 232 (91.02% from 255) = 48.43%
R=29.23%
G=22.34%
B=48.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1401072320.400.5400.09255.8473.166.47
Hex8C6BE82836091004942
Octal2141533505066011400111102
Binary100011001101011111010001010001101100100110000000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6be8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,107,232); }

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

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

 a { background-color: rgb(140,107,232); }

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

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

 span { border-color: rgb(140,107,232); }

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