#845BDA

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

Shades of Medium Purple #845BDA

Tints of Medium Purple #845BDA

Color information

#845BDA (or 0x845BDA) is unknown color: approx Medium Purple. HEX triplet: 84, 5B and DA. RGB value is (132,91,218). Sum of RGB (Red+Green+Blue) = 132+91+218=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #845BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BDA is #7BA425. Grayscale: #757575. Windows color (decimal): -8102950 or 14310276. OLE color: 14310276.

HSL color Cylindrical-coordinate representation of color #845BDA: hue angle of 259.37º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845BDA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13291218-
CMYK0.390.5800.15
HSL259.37º63.18%60.59%-
HSV(B)259.37º58.26%85.49%-
XYZ25.9117.4568.33-
YUV117.74184.58138.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 218 (85.55% from 255) = 49.43%
R=29.93%
G=20.63%
B=49.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132912180.390.5800.15259.3763.1860.59
Hex845BDA273A0F1033f3d
Octal20413333247720174037775
Binary1000010010110111101101010011111101001111100000011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845BDA; }

 p { color: rgb(132,91,218); }

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

<style>
 a { background-color: #845BDA; }

 a { background-color: rgb(132,91,218); }

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

<style>
 span { border-color: #845BDA; }

 span { border-color: rgb(132,91,218); }

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