#9E87F0

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

Shades of Medium Purple #9E87F0

Tints of Medium Purple #9E87F0

Color information

#9E87F0 (or 0x9E87F0) is unknown color: approx Medium Purple. HEX triplet: 9E, 87 and F0. RGB value is (158,135,240). Sum of RGB (Red+Green+Blue) = 158+135+240=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #9E87F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E87F0 is #61780F. Grayscale: #999999. Windows color (decimal): -6387728 or 15763358. OLE color: 15763358.

HSL color Cylindrical-coordinate representation of color #9E87F0: hue angle of 253.14º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E87F0 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158135240-
CMYK0.340.4400.06
HSL253.14º77.78%73.53%-
HSV(B)253.14º43.75%94.12%-
XYZ38.4930.8986.37-
YUV153.85176.62130.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.64%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 240 (94.14% from 255) = 45.03%
R=29.64%
G=25.33%
B=45.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581352400.340.4400.06253.1477.7873.53
Hex9E87F0222C06fd4e4a
Octal236207360425406375116112
Binary10011110100001111111000010001010110001101111110110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E87F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E87F0; }

 p { color: rgb(158,135,240); }

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

<style>
 a { background-color: #9E87F0; }

 a { background-color: rgb(158,135,240); }

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

<style>
 span { border-color: #9E87F0; }

 span { border-color: rgb(158,135,240); }

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