#8F7AEC

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

Shades of Medium Purple #8F7AEC

Tints of Medium Purple #8F7AEC

Color information

#8F7AEC (or 0x8F7AEC) is unknown color: approx Medium Purple. HEX triplet: 8F, 7A and EC. RGB value is (143,122,236). Sum of RGB (Red+Green+Blue) = 143+122+236=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F7AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7AEC is #708513. Grayscale: #8C8C8C. Windows color (decimal): -7374100 or 15497871. OLE color: 15497871.

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

Color convert

RGB143122236-
CMYK0.390.4800.07
HSL251.05º75%70.2%-
HSV(B)251.05º48.31%92.55%-
XYZ33.4325.8182.58-
YUV141.27181.46129.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.54%
GREEN value IS 122 (48.05% from 255) = 24.35%
BLUE value IS 236 (92.58% from 255) = 47.11%
R=28.54%
G=24.35%
B=47.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431222360.390.4800.07251.057570.2
Hex8F7AEC273007fb4b46
Octal217172354476007373113106
Binary1000111111110101110110010011111000001111111101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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