#8563D7

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

Shades of Medium Purple #8563D7

Tints of Medium Purple #8563D7

Color information

#8563D7 (or 0x8563D7) is unknown color: approx Medium Purple. HEX triplet: 85, 63 and D7. RGB value is (133,99,215). Sum of RGB (Red+Green+Blue) = 133+99+215=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #8563D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563D7 is #7A9C28. Grayscale: #797979. Windows color (decimal): -8035369 or 14115717. OLE color: 14115717.

HSL color Cylindrical-coordinate representation of color #8563D7: hue angle of 257.59º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8563D7 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13399215-
CMYK0.380.5400.16
HSL257.59º59.18%61.57%-
HSV(B)257.59º53.95%84.31%-
XYZ26.418.8266.53-
YUV122.39180.26135.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 215 (84.38% from 255) = 48.10%
R=29.75%
G=22.15%
B=48.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133992150.380.5400.16257.5959.1861.57
Hex8563D726360101023b3e
Octal20514332746660204027376
Binary10000101110001111010111100110110110010000100000010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8563D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8563D7; }

 p { color: rgb(133,99,215); }

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

<style>
 a { background-color: #8563D7; }

 a { background-color: rgb(133,99,215); }

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

<style>
 span { border-color: #8563D7; }

 span { border-color: rgb(133,99,215); }

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