#8778E0

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

Shades of Medium Purple #8778E0

Tints of Medium Purple #8778E0

Color information

#8778E0 (or 0x8778E0) is unknown color: approx Medium Purple. HEX triplet: 87, 78 and E0. RGB value is (135,120,224). Sum of RGB (Red+Green+Blue) = 135+120+224=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #8778E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778E0 is #78871F. Grayscale: #878787. Windows color (decimal): -7898912 or 14710919. OLE color: 14710919.

HSL color Cylindrical-coordinate representation of color #8778E0: hue angle of 248.65º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8778E0 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135120224-
CMYK0.400.4600.12
HSL248.65º62.65%67.45%-
HSV(B)248.65º46.43%87.84%-
XYZ30.1623.9773.56-
YUV136.34177.47127.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.18%
GREEN value IS 120 (47.27% from 255) = 25.05%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=28.18%
G=25.05%
B=46.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351202240.400.4600.12248.6562.6567.45
Hex8778E0282E0Cf93f43
Octal207170340505601437177103
Binary1000011111110001110000010100010111001100111110011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8778E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8778E0; }

 p { color: rgb(135,120,224); }

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

<style>
 a { background-color: #8778E0; }

 a { background-color: rgb(135,120,224); }

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

<style>
 span { border-color: #8778E0; }

 span { border-color: rgb(135,120,224); }

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