Html Css Color HEX #846EDD Medium Purple

📋 copy color: '#846EDD'

red 132 ◦ green 110 ◦ blue 221

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

Shades of Medium Purple #846EDD

Tints of Medium Purple #846EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.76%

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

R = 28.51%
G = 23.76%
B = 47.73%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#846EDD (or 0x846EDD) is known color: Medium Purple. HEX triplet: 84, 6E and DD. RGB value is (132,110,221). Sum of RGB (Red+Green+Blue) = 132+110+221=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #846EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EDD is #7B9122. Grayscale: #808080. Windows color (decimal): -8098083 or 14511748. OLE color: 14511748.

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

Color convert

RGB 132 110 221 -
CMYK 0.40 0.50 0 0.13
HSL 251.89º 0.62% 0.65% -
HSV(B) 251.89º 0.5% 0.87% -
XYZ 28.14 21.28 71.03 -
YUV 129.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 132 110 221 0.40 0.50 0 0.13 251.89 0.62 0.65
Hex 84 6E DD 28 32 0 D FC 3E 41
Octal 204 156 335 50 62 0 15 374 76 101
Binary 10000100 1101110 11011101 101000 110010 0 1101 11111100 111110 1000001

Color Harmonies of #846EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846EDD

Black with #846EDD

Text Example


Text Example

White with #846EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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