#845BD7

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

Shades of Medium Purple #845BD7

Tints of Medium Purple #845BD7

Color information

#845BD7 (or 0x845BD7) is unknown color: approx Medium Purple. HEX triplet: 84, 5B and D7. RGB value is (132,91,215). Sum of RGB (Red+Green+Blue) = 132+91+215=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #845BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BD7 is #7BA428. Grayscale: #747474. Windows color (decimal): -8102953 or 14113668. OLE color: 14113668.

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

Color convert

RGB13291215-
CMYK0.390.5800.16
HSL259.84º60.78%60%-
HSV(B)259.84º57.67%84.31%-
XYZ25.5217.2966.28-
YUV117.4183.08138.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.14%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 215 (84.38% from 255) = 49.09%
R=30.14%
G=20.78%
B=49.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132912150.390.5800.16259.8460.7860
Hex845BD7273A0101043d3c
Octal20413332747720204047574
Binary10000100101101111010111100111111010010000100000100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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