#8f54ec

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

Shades of Medium Purple #8F54EC

Tints of Medium Purple #8F54EC

Color information

#8F54EC (or 0x8F54EC) is unknown color: approx Medium Purple. HEX triplet: 8F, 54 and EC. RGB value is (143,84,236). Sum of RGB (Red+Green+Blue) = 143+84+236=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F54EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F54EC is #70AB13. Grayscale: #767676. Windows color (decimal): -7383828 or 15488143. OLE color: 15488143.

HSL color Cylindrical-coordinate representation of color #8F54EC: hue angle of 263.29º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F54EC is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14384236-
CMYK0.390.6400.07
HSL263.29º80%62.75%-
HSV(B)263.29º64.41%92.55%-
XYZ29.6418.2481.31-
YUV118.97194.05145.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 236 (92.58% from 255) = 50.97%
R=30.89%
G=18.14%
B=50.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal143842360.390.6400.07263.298062.75
Hex8F54EC274007107503f
Octal217124354471000740712077
Binary10001111101010011101100100111100000001111000001111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f54ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,84,236); }

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

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

 a { background-color: rgb(143,84,236); }

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

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

 span { border-color: rgb(143,84,236); }

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