#9986F0

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

Shades of Medium Purple #9986F0

Tints of Medium Purple #9986F0

Color information

#9986F0 (or 0x9986F0) is unknown color: approx Medium Purple. HEX triplet: 99, 86 and F0. RGB value is (153,134,240). Sum of RGB (Red+Green+Blue) = 153+134+240=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #9986F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9986F0 is #66790F. Grayscale: #979797. Windows color (decimal): -6715664 or 15763097. OLE color: 15763097.

HSL color Cylindrical-coordinate representation of color #9986F0: hue angle of 250.75º 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 #9986F0 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153134240-
CMYK0.360.4400.06
HSL250.75º77.94%73.33%-
HSV(B)250.75º44.17%94.12%-
XYZ37.3930.1186.28-
YUV151.76177.79128.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=29.03%
G=25.43%
B=45.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531342400.360.4400.06250.7577.9473.33
Hex9986F0242C06fb4e49
Octal231206360445406373116111
Binary10011001100001101111000010010010110001101111101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9986F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9986F0; }

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

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

<style>
 a { background-color: #9986F0; }

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

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

<style>
 span { border-color: #9986F0; }

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

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