#846FDC

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

Shades of Medium Purple #846FDC

Tints of Medium Purple #846FDC

Color information

#846FDC (or 0x846FDC) is unknown color: approx Medium Purple. HEX triplet: 84, 6F and DC. RGB value is (132,111,220). Sum of RGB (Red+Green+Blue) = 132+111+220=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #846FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FDC is #7B9023. Grayscale: #818181. Windows color (decimal): -8097828 or 14446468. OLE color: 14446468.

HSL color Cylindrical-coordinate representation of color #846FDC: hue angle of 251.56º 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 #846FDC is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132111220-
CMYK0.400.5000.14
HSL251.56º60.89%64.9%-
HSV(B)251.56º49.55%86.27%-
XYZ28.1221.4470.37-
YUV129.71178.96129.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 220 (86.33% from 255) = 47.52%
R=28.51%
G=23.97%
B=47.52%

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
Decimal1321112200.400.5000.14251.5660.8964.9
Hex846FDC28320Efc3d41
Octal204157334506201637475101
Binary1000010011011111101110010100011001001110111111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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