#9f86f0

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

Shades of Medium Purple #9F86F0

Tints of Medium Purple #9F86F0

Color information

#9F86F0 (or 0x9F86F0) is unknown color: approx Medium Purple. HEX triplet: 9F, 86 and F0. RGB value is (159,134,240). Sum of RGB (Red+Green+Blue) = 159+134+240=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 134 (52.73% from 255 or 25.14% 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 #9F86F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F86F0 is #60790F. Grayscale: #999999. Windows color (decimal): -6322448 or 15763103. OLE color: 15763103.

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

Color convert

RGB159134240-
CMYK0.340.4400.06
HSL254.15º77.94%73.33%-
HSV(B)254.15º44.17%94.12%-
XYZ38.5530.7186.33-
YUV153.56176.78131.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 240 (94.14% from 255) = 45.03%
R=29.83%
G=25.14%
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
Decimal1591342400.340.4400.06254.1577.9473.33
Hex9F86F0222C06fe4e49
Octal237206360425406376116111
Binary10011111100001101111000010001010110001101111111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f86f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,134,240); }

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

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

 a { background-color: rgb(159,134,240); }

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

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

 span { border-color: rgb(159,134,240); }

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