#9655F2

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

Shades of Medium Purple #9655F2

Tints of Medium Purple #9655F2

Color information

#9655F2 (or 0x9655F2) is unknown color: approx Medium Purple. HEX triplet: 96, 55 and F2. RGB value is (150,85,242). Sum of RGB (Red+Green+Blue) = 150+85+242=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #9655F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655F2 is #69AA0D. Grayscale: #797979. Windows color (decimal): -6924814 or 15881622. OLE color: 15881622.

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

Color convert

RGB15085242-
CMYK0.380.6500.05
HSL264.84º85.79%64.12%-
HSV(B)264.84º64.88%94.9%-
XYZ31.8519.3986.07-
YUV122.33195.53147.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 85 (33.59% from 255) = 17.82%
BLUE value IS 242 (94.92% from 255) = 50.73%
R=31.45%
G=17.82%
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
Decimal150852420.380.6500.05264.8485.7964.12
Hex9655F22641051095640
Octal2261253624610105411126100
Binary100101101010101111100101001101000001010110000100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9655F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9655F2; }

 p { color: rgb(150,85,242); }

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

<style>
 a { background-color: #9655F2; }

 a { background-color: rgb(150,85,242); }

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

<style>
 span { border-color: #9655F2; }

 span { border-color: rgb(150,85,242); }

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