#9564E3

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

Shades of Medium Purple #9564E3

Tints of Medium Purple #9564E3

Color information

#9564E3 (or 0x9564E3) is unknown color: approx Medium Purple. HEX triplet: 95, 64 and E3. RGB value is (149,100,227). Sum of RGB (Red+Green+Blue) = 149+100+227=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 227 (89.06% from 255 or 47.69% from 476); Max value from RGB is 227 - color contains mainly: blue. Hex color #9564E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564E3 is #6A9B1C. Grayscale: #808080. Windows color (decimal): -6986525 or 14902421. OLE color: 14902421.

HSL color Cylindrical-coordinate representation of color #9564E3: hue angle of 263.15º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9564E3 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB149100227-
CMYK0.340.5600.11
HSL263.15º69.4%64.12%-
HSV(B)263.15º55.95%89.02%-
XYZ30.8221.0575.11-
YUV129.13183.23142.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 227 (89.06% from 255) = 47.69%
R=31.30%
G=21.01%
B=47.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1491002270.340.5600.11263.1569.464.12
Hex9564E322380B1074540
Octal2251443434270013407105100
Binary100101011100100111000111000101110000101110000011110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9564E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9564E3; }

 p { color: rgb(149,100,227); }

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

<style>
 a { background-color: #9564E3; }

 a { background-color: rgb(149,100,227); }

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

<style>
 span { border-color: #9564E3; }

 span { border-color: rgb(149,100,227); }

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