Html Css Color HEX #845EDF Medium Purple

📋 copy color: '#845EDF'

red 132 ◦ green 94 ◦ blue 223

#845EDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #845EDF

Tints of Medium Purple #845EDF

RGB

 RED value IS 132 (51.95% from 255) = 29.4%

 GREEN value IS 94 (37.11% from 255) = 20.94%

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 29.4%
G = 20.94%
B = 49.67%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#845EDF (or 0x845EDF) is known color: Medium Purple. HEX triplet: 84, 5E and DF. RGB value is (132,94,223). Sum of RGB (Red+Green+Blue) = 132+94+223=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #845EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845EDF is #7BA120. Grayscale: #777777. Windows color (decimal): -8102177 or 14638724. OLE color: 14638724.

HSL color Cylindrical-coordinate representation of color #845EDF: hue angle of 257.67º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845EDF is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 94 223 -
CMYK 0.41 0.58 0 0.13
HSL 257.67º 0.67% 0.62% -
HSV(B) 257.67º 0.58% 0.87% -
XYZ 26.84 18.24 71.92 -
YUV 120.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 132 94 223 0.41 0.58 0 0.13 257.67 0.67 0.62
Hex 84 5E DF 29 3A 0 D 102 43 3E
Octal 204 136 337 51 72 0 15 402 103 76
Binary 10000100 1011110 11011111 101001 111010 0 1101 100000010 1000011 111110

Color Harmonies of #845EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845EDF

Black with #845EDF

Text Example


Text Example

White with #845EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,94,223); }

 H1.HeaderClassName
 {
   color: #845EDF;
 }
 .AnyTagClassName
 {
   color: #845EDF;
 }
</style>

background-color css

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

 a { background-color: rgb(132,94,223); }

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

border-color css

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

 span { border-color: rgb(132,94,223); }

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