Html Css Color HEX #846EDC Medium Purple

📋 copy color: '#846EDC'

red 132 ◦ green 110 ◦ blue 220

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

Shades of Medium Purple #846EDC

Tints of Medium Purple #846EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 28.57%
G = 23.81%
B = 47.62%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#846EDC (or 0x846EDC) is known color: Medium Purple. HEX triplet: 84, 6E and DC. RGB value is (132,110,220). Sum of RGB (Red+Green+Blue) = 132+110+220=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #846EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EDC is #7B9123. Grayscale: #808080. Windows color (decimal): -8098084 or 14446212. OLE color: 14446212.

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

Color convert

RGB 132 110 220 -
CMYK 0.40 0.50 0 0.14
HSL 252º 0.61% 0.65% -
HSV(B) 252º 0.5% 0.86% -
XYZ 28.01 21.22 70.33 -
YUV 129.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 132 110 220 0.40 0.50 0 0.14 252 0.61 0.65
Hex 84 6E DC 28 32 0 E FC 3D 41
Octal 204 156 334 50 62 0 16 374 75 101
Binary 10000100 1101110 11011100 101000 110010 0 1110 11111100 111101 1000001

Color Harmonies of #846EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846EDC

Black with #846EDC

Text Example


Text Example

White with #846EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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