#8C6CE8

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

Shades of Medium Purple #8C6CE8

Tints of Medium Purple #8C6CE8

Color information

#8C6CE8 (or 0x8C6CE8) is unknown color: approx Medium Purple. HEX triplet: 8C, 6C and E8. RGB value is (140,108,232). Sum of RGB (Red+Green+Blue) = 140+108+232=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #8C6CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6CE8 is #739317. Grayscale: #838383. Windows color (decimal): -7574296 or 15232140. OLE color: 15232140.

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

Color convert

RGB140108232-
CMYK0.400.5300.09
HSL255.48º72.94%66.67%-
HSV(B)255.48º53.45%90.98%-
XYZ30.7422.1378.99-
YUV131.7184.6133.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.17%
GREEN value IS 108 (42.58% from 255) = 22.5%
BLUE value IS 232 (91.02% from 255) = 48.33%
R=29.17%
G=22.5%
B=48.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1401082320.400.5300.09255.4872.9466.67
Hex8C6CE8283509ff4943
Octal2141543505065011377111103
Binary10001100110110011101000101000110101010011111111110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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