#8472DD

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

Shades of Medium Purple #8472DD

Tints of Medium Purple #8472DD

Color information

#8472DD (or 0x8472DD) is unknown color: approx Medium Purple. HEX triplet: 84, 72 and DD. RGB value is (132,114,221). Sum of RGB (Red+Green+Blue) = 132+114+221=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #8472DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472DD is #7B8D22. Grayscale: #838383. Windows color (decimal): -8097059 or 14512772. OLE color: 14512772.

HSL color Cylindrical-coordinate representation of color #8472DD: hue angle of 250.09º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8472DD is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132114221-
CMYK0.400.4800.13
HSL250.09º61.14%65.69%-
HSV(B)250.09º48.42%86.67%-
XYZ28.5822.1671.18-
YUV131.58178.46128.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=28.27%
G=24.41%
B=47.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321142210.400.4800.13250.0961.1465.69
Hex8472DD28300Dfa3d42
Octal204162335506001537275102
Binary1000010011100101101110110100011000001101111110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8472DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8472DD; }

 p { color: rgb(132,114,221); }

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

<style>
 a { background-color: #8472DD; }

 a { background-color: rgb(132,114,221); }

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

<style>
 span { border-color: #8472DD; }

 span { border-color: rgb(132,114,221); }

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