#9661F0

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

Shades of Medium Purple #9661F0

Tints of Medium Purple #9661F0

Color information

#9661F0 (or 0x9661F0) is unknown color: approx Medium Purple. HEX triplet: 96, 61 and F0. RGB value is (150,97,240). Sum of RGB (Red+Green+Blue) = 150+97+240=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #9661F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9661F0 is #699E0F. Grayscale: #808080. Windows color (decimal): -6921744 or 15753622. OLE color: 15753622.

HSL color Cylindrical-coordinate representation of color #9661F0: hue angle of 262.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9661F0 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15097240-
CMYK0.370.6000.06
HSL262.24º82.66%66.08%-
HSV(B)262.24º59.58%94.12%-
XYZ32.5821.3284.84-
YUV129.15190.56142.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.80%
GREEN value IS 97 (38.28% from 255) = 19.92%
BLUE value IS 240 (94.14% from 255) = 49.28%
R=30.80%
G=19.92%
B=49.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150972400.370.6000.06262.2482.6666.08
Hex9661F0253C061065342
Octal226141360457406406123102
Binary10010110110000111110000100101111100011010000011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,97,240); }

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

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

 a { background-color: rgb(150,97,240); }

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

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

 span { border-color: rgb(150,97,240); }

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