#846DDD

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

Shades of Medium Purple #846DDD

Tints of Medium Purple #846DDD

Color information

#846DDD (or 0x846DDD) is unknown color: approx Medium Purple. HEX triplet: 84, 6D and DD. RGB value is (132,109,221). Sum of RGB (Red+Green+Blue) = 132+109+221=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #846DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DDD is #7B9222. Grayscale: #808080. Windows color (decimal): -8098339 or 14511492. OLE color: 14511492.

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

Color convert

RGB132109221-
CMYK0.400.5100.13
HSL252.32º62.22%64.71%-
HSV(B)252.32º50.68%86.67%-
XYZ28.0421.0670.99-
YUV128.64180.12130.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 109 (42.97% from 255) = 23.59%
BLUE value IS 221 (86.72% from 255) = 47.84%
R=28.57%
G=23.59%
B=47.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321092210.400.5100.13252.3262.2264.71
Hex846DDD28330Dfc3e41
Octal204155335506301537476101
Binary1000010011011011101110110100011001101101111111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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