Html Css Color HEX #9656F5 Medium Purple

📋 copy color: '#9656F5'

red 150 ◦ green 86 ◦ blue 245

#9656F5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9656F5

Tints of Medium Purple #9656F5

RGB

 RED value IS 150 (58.98% from 255) = 31.19%

 GREEN value IS 86 (33.98% from 255) = 17.88%

 BLUE value IS 245 (96.09% from 255) = 50.94%

R = 31.19%
G = 17.88%
B = 50.94%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9656F5 (or 0x9656F5) is known color: Medium Purple. HEX triplet: 96, 56 and F5. RGB value is (150,86,245). Sum of RGB (Red+Green+Blue) = 150+86+245=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #9656F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9656F5 is #69A90A. Grayscale: #7A7A7A. Windows color (decimal): -6924555 or 16078486. OLE color: 16078486.

HSL color Cylindrical-coordinate representation of color #9656F5: hue angle of 264.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9656F5 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 86 245 -
CMYK 0.39 0.65 0 0.04
HSL 264.15º 0.89% 0.65% -
HSV(B) 264.15º 0.65% 0.96% -
XYZ 32.39 19.73 88.49 -
YUV 123.26 196.7 147.07 -
System Red Green Blue C M Y K H S L
Decimal 150 86 245 0.39 0.65 0 0.04 264.15 0.89 0.65
Hex 96 56 F5 27 41 0 4 108 59 41
Octal 226 126 365 47 101 0 4 410 131 101
Binary 10010110 1010110 11110101 100111 1000001 0 100 100001000 1011001 1000001

Color Harmonies of #9656F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656F5

Black with #9656F5

Text Example


Text Example

White with #9656F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9656F5;
 }
 .AnyTagClassName
 {
   color: #9656F5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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