#8C5DEA

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

Shades of Medium Purple #8C5DEA

Tints of Medium Purple #8C5DEA

Color information

#8C5DEA (or 0x8C5DEA) is unknown color: approx Medium Purple. HEX triplet: 8C, 5D and EA. RGB value is (140,93,234). Sum of RGB (Red+Green+Blue) = 140+93+234=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C5DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5DEA is #73A215. Grayscale: #7A7A7A. Windows color (decimal): -7578134 or 15359372. OLE color: 15359372.

HSL color Cylindrical-coordinate representation of color #8C5DEA: hue angle of 260º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C5DEA is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14093234-
CMYK0.400.6000.08
HSL260º77.05%64.12%-
HSV(B)260º60.26%91.76%-
XYZ29.5819.3480.02-
YUV123.13190.57140.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.98%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=29.98%
G=19.91%
B=50.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal140932340.400.6000.0826077.0564.12
Hex8C5DEA283C081044d40
Octal2141353525074010404115100
Binary100011001011101111010101010001111000100010000010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,93,234); }

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

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

 a { background-color: rgb(140,93,234); }

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

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

 span { border-color: rgb(140,93,234); }

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