#8E6CE8

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

Shades of Medium Purple #8E6CE8

Tints of Medium Purple #8E6CE8

Color information

#8E6CE8 (or 0x8E6CE8) is unknown color: approx Medium Purple. HEX triplet: 8E, 6C and E8. RGB value is (142,108,232). Sum of RGB (Red+Green+Blue) = 142+108+232=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #8E6CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6CE8 is #719317. Grayscale: #838383. Windows color (decimal): -7443224 or 15232142. OLE color: 15232142.

HSL color Cylindrical-coordinate representation of color #8E6CE8: hue angle of 256.45º 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 #8E6CE8 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB142108232-
CMYK0.390.5300.09
HSL256.45º72.94%66.67%-
HSV(B)256.45º53.45%90.98%-
XYZ31.0822.379.01-
YUV132.3184.26134.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 232 (91.02% from 255) = 48.13%
R=29.46%
G=22.41%
B=48.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1421082320.390.5300.09256.4572.9466.67
Hex8E6CE82735091004943
Octal2161543504765011400111103
Binary100011101101100111010001001111101010100110000000010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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