#845CD9

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

Shades of Medium Purple #845CD9

Tints of Medium Purple #845CD9

Color information

#845CD9 (or 0x845CD9) is unknown color: approx Medium Purple. HEX triplet: 84, 5C and D9. RGB value is (132,92,217). Sum of RGB (Red+Green+Blue) = 132+92+217=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #845CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CD9 is #7BA326. Grayscale: #757575. Windows color (decimal): -8102695 or 14244996. OLE color: 14244996.

HSL color Cylindrical-coordinate representation of color #845CD9: hue angle of 259.2º degrees, saturation: 0.62, 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 #845CD9 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13292217-
CMYK0.390.5800.15
HSL259.2º62.19%60.59%-
HSV(B)259.2º57.6%85.1%-
XYZ25.8717.5767.67-
YUV118.21183.75137.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 217 (85.16% from 255) = 49.21%
R=29.93%
G=20.86%
B=49.21%

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
Decimal132922170.390.5800.15259.262.1960.59
Hex845CD9273A0F1033e3d
Octal20413433147720174037675
Binary1000010010111001101100110011111101001111100000011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,217); }

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

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

 a { background-color: rgb(132,92,217); }

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

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

 span { border-color: rgb(132,92,217); }

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