#8C5FEA

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

Shades of Medium Purple #8C5FEA

Tints of Medium Purple #8C5FEA

Color information

#8C5FEA (or 0x8C5FEA) is unknown color: approx Medium Purple. HEX triplet: 8C, 5F and EA. RGB value is (140,95,234). Sum of RGB (Red+Green+Blue) = 140+95+234=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FEA is #73A015. Grayscale: #7B7B7B. Windows color (decimal): -7577622 or 15359884. OLE color: 15359884.

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

Color convert

RGB14095234-
CMYK0.400.5900.08
HSL259.42º76.8%64.51%-
HSV(B)259.42º59.4%91.76%-
XYZ29.7619.780.08-
YUV124.3189.91139.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.85%
GREEN value IS 95 (37.5% from 255) = 20.26%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=29.85%
G=20.26%
B=49.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal140952340.400.5900.08259.4276.864.51
Hex8C5FEA283B081034d41
Octal2141373525073010403115101
Binary100011001011111111010101010001110110100010000001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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