#8474DD

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

Shades of Medium Purple #8474DD

Tints of Medium Purple #8474DD

Color information

#8474DD (or 0x8474DD) is unknown color: approx Medium Purple. HEX triplet: 84, 74 and DD. RGB value is (132,116,221). Sum of RGB (Red+Green+Blue) = 132+116+221=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #8474DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474DD is #7B8B22. Grayscale: #848484. Windows color (decimal): -8096547 or 14513284. OLE color: 14513284.

HSL color Cylindrical-coordinate representation of color #8474DD: hue angle of 249.14º 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 #8474DD is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132116221-
CMYK0.400.4800.13
HSL249.14º60.69%66.08%-
HSV(B)249.14º47.51%86.67%-
XYZ28.8122.6271.25-
YUV132.75177.8127.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 221 (86.72% from 255) = 47.12%
R=28.14%
G=24.73%
B=47.12%

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
Decimal1321162210.400.4800.13249.1460.6966.08
Hex8474DD28300Df93d42
Octal204164335506001537175102
Binary1000010011101001101110110100011000001101111110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8474DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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