#8776DE

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

Shades of Medium Purple #8776DE

Tints of Medium Purple #8776DE

Color information

#8776DE (or 0x8776DE) is unknown color: approx Medium Purple. HEX triplet: 87, 76 and DE. RGB value is (135,118,222). Sum of RGB (Red+Green+Blue) = 135+118+222=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #8776DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8776DE is #788921. Grayscale: #868686. Windows color (decimal): -7899426 or 14579335. OLE color: 14579335.

HSL color Cylindrical-coordinate representation of color #8776DE: hue angle of 249.81º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8776DE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135118222-
CMYK0.390.4700.13
HSL249.81º61.18%66.67%-
HSV(B)249.81º46.85%87.06%-
XYZ29.6523.3872.06-
YUV134.94177.13128.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.42%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=28.42%
G=24.84%
B=46.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351182220.390.4700.13249.8161.1866.67
Hex8776DE272F0Dfa3d43
Octal207166336475701537275103
Binary1000011111101101101111010011110111101101111110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8776DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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