#846DDC

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

Shades of Medium Purple #846DDC

Tints of Medium Purple #846DDC

Color information

#846DDC (or 0x846DDC) is unknown color: approx Medium Purple. HEX triplet: 84, 6D and DC. RGB value is (132,109,220). Sum of RGB (Red+Green+Blue) = 132+109+220=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #846DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DDC is #7B9223. Grayscale: #808080. Windows color (decimal): -8098340 or 14445956. OLE color: 14445956.

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

Color convert

RGB132109220-
CMYK0.400.5000.14
HSL252.43º61.33%64.51%-
HSV(B)252.43º50.45%86.27%-
XYZ27.921.0170.29-
YUV128.53179.62130.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=28.63%
G=23.64%
B=47.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321092200.400.5000.14252.4361.3364.51
Hex846DDC28320Efc3d41
Octal204155334506201637475101
Binary1000010011011011101110010100011001001110111111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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