#9486EC

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

Shades of Medium Purple #9486EC

Tints of Medium Purple #9486EC

Color information

#9486EC (or 0x9486EC) is unknown color: approx Medium Purple. HEX triplet: 94, 86 and EC. RGB value is (148,134,236). Sum of RGB (Red+Green+Blue) = 148+134+236=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #9486EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9486EC is #6B7913. Grayscale: #959595. Windows color (decimal): -7043348 or 15500948. OLE color: 15500948.

HSL color Cylindrical-coordinate representation of color #9486EC: hue angle of 248.24º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9486EC is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148134236-
CMYK0.370.4300.07
HSL248.24º72.86%72.55%-
HSV(B)248.24º43.22%92.55%-
XYZ35.8829.483.14-
YUV149.81176.64126.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=28.57%
G=25.87%
B=45.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481342360.370.4300.07248.2472.8672.55
Hex9486EC252B07f84949
Octal224206354455307370111111
Binary10010100100001101110110010010110101101111111100010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9486EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9486EC; }

 p { color: rgb(148,134,236); }

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

<style>
 a { background-color: #9486EC; }

 a { background-color: rgb(148,134,236); }

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

<style>
 span { border-color: #9486EC; }

 span { border-color: rgb(148,134,236); }

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