#8564DA

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

Shades of Medium Purple #8564DA

Tints of Medium Purple #8564DA

Color information

#8564DA (or 0x8564DA) is unknown color: approx Medium Purple. HEX triplet: 85, 64 and DA. RGB value is (133,100,218). Sum of RGB (Red+Green+Blue) = 133+100+218=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #8564DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564DA is #7A9B25. Grayscale: #7A7A7A. Windows color (decimal): -8035110 or 14312581. OLE color: 14312581.

HSL color Cylindrical-coordinate representation of color #8564DA: hue angle of 256.78º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8564DA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133100218-
CMYK0.390.5400.15
HSL256.78º61.46%62.35%-
HSV(B)256.78º54.13%85.49%-
XYZ26.8819.1668.61-
YUV123.32181.43134.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 218 (85.55% from 255) = 48.34%
R=29.49%
G=22.17%
B=48.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331002180.390.5400.15256.7861.4662.35
Hex8564DA27360F1013d3e
Octal20514433247660174017576
Binary1000010111001001101101010011111011001111100000001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8564DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8564DA; }

 p { color: rgb(133,100,218); }

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

<style>
 a { background-color: #8564DA; }

 a { background-color: rgb(133,100,218); }

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

<style>
 span { border-color: #8564DA; }

 span { border-color: rgb(133,100,218); }

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