#8776E0

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

Shades of Medium Purple #8776E0

Tints of Medium Purple #8776E0

Color information

#8776E0 (or 0x8776E0) is unknown color: approx Medium Purple. HEX triplet: 87, 76 and E0. RGB value is (135,118,224). Sum of RGB (Red+Green+Blue) = 135+118+224=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #8776E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8776E0 is #78891F. Grayscale: #868686. Windows color (decimal): -7899424 or 14710407. OLE color: 14710407.

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

Color convert

RGB135118224-
CMYK0.400.4700.12
HSL249.62º63.1%67.06%-
HSV(B)249.62º47.32%87.84%-
XYZ29.9223.4973.48-
YUV135.17178.13127.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=28.30%
G=24.74%
B=46.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351182240.400.4700.12249.6263.167.06
Hex8776E0282F0Cfa3f43
Octal207166340505701437277103
Binary1000011111101101110000010100010111101100111110101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8776E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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