#8471DC

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

Shades of Medium Purple #8471DC

Tints of Medium Purple #8471DC

Color information

#8471DC (or 0x8471DC) is unknown color: approx Medium Purple. HEX triplet: 84, 71 and DC. RGB value is (132,113,220). Sum of RGB (Red+Green+Blue) = 132+113+220=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #8471DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471DC is #7B8E23. Grayscale: #828282. Windows color (decimal): -8097316 or 14446980. OLE color: 14446980.

HSL color Cylindrical-coordinate representation of color #8471DC: hue angle of 250.65º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8471DC is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132113220-
CMYK0.400.4900.14
HSL250.65º60.45%65.29%-
HSV(B)250.65º48.64%86.27%-
XYZ28.3421.8870.44-
YUV130.88178.29128.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=28.39%
G=24.30%
B=47.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321132200.400.4900.14250.6560.4565.29
Hex8471DC28310Efb3c41
Octal204161334506101637374101
Binary1000010011100011101110010100011000101110111110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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