Html Css Color HEX #845EDD Medium Purple

📋 copy color: '#845EDD'

red 132 ◦ green 94 ◦ blue 221

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

Shades of Medium Purple #845EDD

Tints of Medium Purple #845EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 29.53%
G = 21.03%
B = 49.44%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#845EDD (or 0x845EDD) is known color: Medium Purple. HEX triplet: 84, 5E and DD. RGB value is (132,94,221). Sum of RGB (Red+Green+Blue) = 132+94+221=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #845EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845EDD is #7BA122. Grayscale: #777777. Windows color (decimal): -8102179 or 14507652. OLE color: 14507652.

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

Color convert

RGB 132 94 221 -
CMYK 0.40 0.57 0 0.13
HSL 257.95º 0.65% 0.62% -
HSV(B) 257.95º 0.57% 0.87% -
XYZ 26.57 18.13 70.51 -
YUV 119.84 185.09 136.67 -
System Red Green Blue C M Y K H S L
Decimal 132 94 221 0.40 0.57 0 0.13 257.95 0.65 0.62
Hex 84 5E DD 28 39 0 D 102 41 3E
Octal 204 136 335 50 71 0 15 402 101 76
Binary 10000100 1011110 11011101 101000 111001 0 1101 100000010 1000001 111110

Color Harmonies of #845EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845EDD

Black with #845EDD

Text Example


Text Example

White with #845EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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