#846EDD

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

Shades of Medium Purple #846EDD

Tints of Medium Purple #846EDD

Color information

#846EDD (or 0x846EDD) is unknown color: approx Medium Purple. HEX triplet: 84, 6E and DD. RGB value is (132,110,221). Sum of RGB (Red+Green+Blue) = 132+110+221=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #846EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EDD is #7B9122. Grayscale: #808080. Windows color (decimal): -8098083 or 14511748. OLE color: 14511748.

HSL color Cylindrical-coordinate representation of color #846EDD: hue angle of 251.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846EDD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132110221-
CMYK0.400.5000.13
HSL251.89º62.01%64.9%-
HSV(B)251.89º50.23%86.67%-
XYZ28.1421.2871.03-
YUV129.23179.79129.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 110 (43.36% from 255) = 23.76%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=28.51%
G=23.76%
B=47.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321102210.400.5000.13251.8962.0164.9
Hex846EDD28320Dfc3e41
Octal204156335506201537476101
Binary1000010011011101101110110100011001001101111111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846EDD; }

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

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

<style>
 a { background-color: #846EDD; }

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

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

<style>
 span { border-color: #846EDD; }

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

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