#9563E3

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

Shades of Medium Purple #9563E3

Tints of Medium Purple #9563E3

Color information

#9563E3 (or 0x9563E3) is unknown color: approx Medium Purple. HEX triplet: 95, 63 and E3. RGB value is (149,99,227). Sum of RGB (Red+Green+Blue) = 149+99+227=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 227 - color contains mainly: blue. Hex color #9563E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563E3 is #6A9C1C. Grayscale: #808080. Windows color (decimal): -6986781 or 14902165. OLE color: 14902165.

HSL color Cylindrical-coordinate representation of color #9563E3: hue angle of 263.44º degrees, saturation: 0.7, 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 #9563E3 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14999227-
CMYK0.340.5600.11
HSL263.44º69.57%63.92%-
HSV(B)263.44º56.39%89.02%-
XYZ30.7220.8675.08-
YUV128.54183.56142.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 227 (89.06% from 255) = 47.79%
R=31.37%
G=20.84%
B=47.79%

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
Decimal149992270.340.5600.11263.4469.5763.92
Hex9563E322380B1074640
Octal2251433434270013407106100
Binary100101011100011111000111000101110000101110000011110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9563E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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