#8771DE

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

Shades of Medium Purple #8771DE

Tints of Medium Purple #8771DE

Color information

#8771DE (or 0x8771DE) is unknown color: approx Medium Purple. HEX triplet: 87, 71 and DE. RGB value is (135,113,222). Sum of RGB (Red+Green+Blue) = 135+113+222=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #8771DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771DE is #788E21. Grayscale: #838383. Windows color (decimal): -7900706 or 14578055. OLE color: 14578055.

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

Color convert

RGB135113222-
CMYK0.390.4900.13
HSL252.11º62.29%65.69%-
HSV(B)252.11º49.1%87.06%-
XYZ29.0822.2471.87-
YUV132178.79130.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.72%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 222 (87.11% from 255) = 47.23%
R=28.72%
G=24.04%
B=47.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351132220.390.4900.13252.1162.2965.69
Hex8771DE27310Dfc3e42
Octal207161336476101537476102
Binary1000011111100011101111010011111000101101111111001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8771DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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