#8864E3

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

Shades of Medium Purple #8864E3

Tints of Medium Purple #8864E3

Color information

#8864E3 (or 0x8864E3) is unknown color: approx Medium Purple. HEX triplet: 88, 64 and E3. RGB value is (136,100,227). Sum of RGB (Red+Green+Blue) = 136+100+227=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 227 - color contains mainly: blue. Hex color #8864E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864E3 is #779B1C. Grayscale: #7C7C7C. Windows color (decimal): -7838493 or 14902408. OLE color: 14902408.

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

Color convert

RGB136100227-
CMYK0.400.5600.11
HSL257.01º69.4%64.12%-
HSV(B)257.01º55.95%89.02%-
XYZ28.5819.8975.01-
YUV125.24185.43135.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 227 (89.06% from 255) = 49.03%
R=29.37%
G=21.60%
B=49.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1361002270.400.5600.11257.0169.464.12
Hex8864E328380B1014540
Octal2101443435070013401105100
Binary100010001100100111000111010001110000101110000000110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8864E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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