#8468D8

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

Shades of Medium Purple #8468D8

Tints of Medium Purple #8468D8

Color information

#8468D8 (or 0x8468D8) is unknown color: approx Medium Purple. HEX triplet: 84, 68 and D8. RGB value is (132,104,216). Sum of RGB (Red+Green+Blue) = 132+104+216=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #8468D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8468D8 is #7B9727. Grayscale: #7C7C7C. Windows color (decimal): -8099624 or 14182532. OLE color: 14182532.

HSL color Cylindrical-coordinate representation of color #8468D8: hue angle of 255º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8468D8 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132104216-
CMYK0.390.5200.15
HSL255º58.95%62.75%-
HSV(B)255º51.85%84.71%-
XYZ26.8619.7667.36-
YUV125.14179.28132.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 104 (41.02% from 255) = 23.01%
BLUE value IS 216 (84.77% from 255) = 47.79%
R=29.20%
G=23.01%
B=47.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321042160.390.5200.1525558.9562.75
Hex8468D827340Fff3b3f
Octal20415033047640173777377
Binary100001001101000110110001001111101000111111111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8468D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8468D8; }

 p { color: rgb(132,104,216); }

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

<style>
 a { background-color: #8468D8; }

 a { background-color: rgb(132,104,216); }

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

<style>
 span { border-color: #8468D8; }

 span { border-color: rgb(132,104,216); }

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