#9563EF

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

Shades of Medium Purple #9563EF

Tints of Medium Purple #9563EF

Color information

#9563EF (or 0x9563EF) is unknown color: approx Medium Purple. HEX triplet: 95, 63 and EF. RGB value is (149,99,239). Sum of RGB (Red+Green+Blue) = 149+99+239=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #9563EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9563EF is #6A9C10. Grayscale: #818181. Windows color (decimal): -6986769 or 15688597. OLE color: 15688597.

HSL color Cylindrical-coordinate representation of color #9563EF: hue angle of 261.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9563EF is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14999239-
CMYK0.380.5900.06
HSL261.43º81.4%66.27%-
HSV(B)261.43º58.58%93.73%-
XYZ32.4421.5584.11-
YUV129.91189.56141.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 99 (39.06% from 255) = 20.33%
BLUE value IS 239 (93.75% from 255) = 49.08%
R=30.60%
G=20.33%
B=49.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149992390.380.5900.06261.4381.466.27
Hex9563EF263B061055142
Octal225143357467306405121102
Binary10010101110001111101111100110111011011010000010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9563EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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