#9656F3

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

Shades of Medium Purple #9656F3

Tints of Medium Purple #9656F3

Color information

#9656F3 (or 0x9656F3) is unknown color: approx Medium Purple. HEX triplet: 96, 56 and F3. RGB value is (150,86,243). Sum of RGB (Red+Green+Blue) = 150+86+243=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #9656F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9656F3 is #69A90C. Grayscale: #7A7A7A. Windows color (decimal): -6924557 or 15947414. OLE color: 15947414.

HSL color Cylindrical-coordinate representation of color #9656F3: hue angle of 264.46º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9656F3 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15086243-
CMYK0.380.6500.05
HSL264.46º86.74%64.51%-
HSV(B)264.46º64.61%95.29%-
XYZ32.0819.6186.89-
YUV123.03195.7147.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 243 (95.31% from 255) = 50.73%
R=31.32%
G=17.95%
B=50.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150862430.380.6500.05264.4686.7464.51
Hex9656F32641051085741
Octal2261263634610105410127101
Binary100101101010110111100111001101000001010110000100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9656F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9656F3; }

 p { color: rgb(150,86,243); }

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

<style>
 a { background-color: #9656F3; }

 a { background-color: rgb(150,86,243); }

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

<style>
 span { border-color: #9656F3; }

 span { border-color: rgb(150,86,243); }

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