#8f7ce1

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

Shades of Medium Purple #8F7CE1

Tints of Medium Purple #8F7CE1

Color information

#8F7CE1 (or 0x8F7CE1) is unknown color: approx Medium Purple. HEX triplet: 8F, 7C and E1. RGB value is (143,124,225). Sum of RGB (Red+Green+Blue) = 143+124+225=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F7CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CE1 is #70831E. Grayscale: #8C8C8C. Windows color (decimal): -7373599 or 14777487. OLE color: 14777487.

HSL color Cylindrical-coordinate representation of color #8F7CE1: hue angle of 251.29º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F7CE1 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB143124225-
CMYK0.360.4500.12
HSL251.29º62.73%68.43%-
HSV(B)251.29º44.89%88.24%-
XYZ32.1325.6974.5-
YUV141.2175.29129.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.07%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 225 (88.28% from 255) = 45.73%
R=29.07%
G=25.20%
B=45.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1431242250.360.4500.12251.2962.7368.43
Hex8F7CE1242D0Cfb3f44
Octal217174341445501437377104
Binary1000111111111001110000110010010110101100111110111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f7ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,124,225); }

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

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

 a { background-color: rgb(143,124,225); }

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

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

 span { border-color: rgb(143,124,225); }

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