Html Css Color HEX #9656E7 Medium Purple

📋 copy color: '#9656E7'

red 150 ◦ green 86 ◦ blue 231

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

Shades of Medium Purple #9656E7

Tints of Medium Purple #9656E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.46%

R = 32.12%
G = 18.42%
B = 49.46%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9656E7 (or 0x9656E7) is known color: Medium Purple. HEX triplet: 96, 56 and E7. RGB value is (150,86,231). Sum of RGB (Red+Green+Blue) = 150+86+231=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #9656E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9656E7 is #69A918. Grayscale: #797979. Windows color (decimal): -6924569 or 15160982. OLE color: 15160982.

HSL color Cylindrical-coordinate representation of color #9656E7: hue angle of 266.48º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9656E7 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 86 231 -
CMYK 0.35 0.63 0 0.09
HSL 266.48º 0.75% 0.62% -
HSV(B) 266.48º 0.63% 0.91% -
XYZ 30.33 18.91 77.65 -
YUV 121.67 189.7 148.21 -
System Red Green Blue C M Y K H S L
Decimal 150 86 231 0.35 0.63 0 0.09 266.48 0.75 0.62
Hex 96 56 E7 23 3F 0 9 10A 4B 3E
Octal 226 126 347 43 77 0 11 412 113 76
Binary 10010110 1010110 11100111 100011 111111 0 1001 100001010 1001011 111110

Color Harmonies of #9656E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656E7

Black with #9656E7

Text Example


Text Example

White with #9656E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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