#846DD8

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

Shades of Medium Purple #846DD8

Tints of Medium Purple #846DD8

Color information

#846DD8 (or 0x846DD8) is unknown color: approx Medium Purple. HEX triplet: 84, 6D and D8. RGB value is (132,109,216). Sum of RGB (Red+Green+Blue) = 132+109+216=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #846DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DD8 is #7B9227. Grayscale: #7F7F7F. Windows color (decimal): -8098344 or 14183812. OLE color: 14183812.

HSL color Cylindrical-coordinate representation of color #846DD8: hue angle of 252.9º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846DD8 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132109216-
CMYK0.390.5000.15
HSL252.9º57.84%63.73%-
HSV(B)252.9º49.54%84.71%-
XYZ27.3820.867.54-
YUV128.07177.62130.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 216 (84.77% from 255) = 47.26%
R=28.88%
G=23.85%
B=47.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321092160.390.5000.15252.957.8463.73
Hex846DD827320Ffd3a40
Octal204155330476201737572100
Binary1000010011011011101100010011111001001111111111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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