#846FDD

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

Shades of Medium Purple #846FDD

Tints of Medium Purple #846FDD

Color information

#846FDD (or 0x846FDD) is unknown color: approx Medium Purple. HEX triplet: 84, 6F and DD. RGB value is (132,111,221). Sum of RGB (Red+Green+Blue) = 132+111+221=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #846FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FDD is #7B9022. Grayscale: #818181. Windows color (decimal): -8097827 or 14512004. OLE color: 14512004.

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

Color convert

RGB132111221-
CMYK0.400.5000.13
HSL251.45º61.8%65.1%-
HSV(B)251.45º49.77%86.67%-
XYZ28.2521.4971.07-
YUV129.82179.46129.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.45%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=28.45%
G=23.92%
B=47.63%

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
Decimal1321112210.400.5000.13251.4561.865.1
Hex846FDD28320Dfb3e41
Octal204157335506201537376101
Binary1000010011011111101110110100011001001101111110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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