#8471DE

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

Shades of Medium Purple #8471DE

Tints of Medium Purple #8471DE

Color information

#8471DE (or 0x8471DE) is unknown color: approx Medium Purple. HEX triplet: 84, 71 and DE. RGB value is (132,113,222). Sum of RGB (Red+Green+Blue) = 132+113+222=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #8471DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471DE is #7B8E21. Grayscale: #828282. Windows color (decimal): -8097314 or 14578052. OLE color: 14578052.

HSL color Cylindrical-coordinate representation of color #8471DE: hue angle of 250.46º 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 #8471DE is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132113222-
CMYK0.410.4900.13
HSL250.46º62.29%65.69%-
HSV(B)250.46º49.1%87.06%-
XYZ28.6121.9971.84-
YUV131.11179.29128.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=28.27%
G=24.20%
B=47.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321132220.410.4900.13250.4662.2965.69
Hex8471DE29310Dfa3e42
Octal204161336516101537276102
Binary1000010011100011101111010100111000101101111110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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