Html Css Color HEX #844FDC Medium Purple

📋 copy color: '#844FDC'

red 132 ◦ green 79 ◦ blue 220

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

Shades of Medium Purple #844FDC

Tints of Medium Purple #844FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.33%

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

R = 30.63%
G = 18.33%
B = 51.04%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#844FDC (or 0x844FDC) is known color: Medium Purple. HEX triplet: 84, 4F and DC. RGB value is (132,79,220). Sum of RGB (Red+Green+Blue) = 132+79+220=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #844FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FDC is #7BB023. Grayscale: #6E6E6E. Windows color (decimal): -8106020 or 14438276. OLE color: 14438276.

HSL color Cylindrical-coordinate representation of color #844FDC: hue angle of 262.55º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844FDC is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 79 220 -
CMYK 0.40 0.64 0 0.14
HSL 262.55º 0.67% 0.59% -
HSV(B) 262.55º 0.64% 0.86% -
XYZ 25.23 15.66 69.4 -
YUV 110.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 132 79 220 0.40 0.64 0 0.14 262.55 0.67 0.59
Hex 84 4F DC 28 40 0 E 107 43 3B
Octal 204 117 334 50 100 0 16 407 103 73
Binary 10000100 1001111 11011100 101000 1000000 0 1110 100000111 1000011 111011

Color Harmonies of #844FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844FDC

Black with #844FDC

Text Example


Text Example

White with #844FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844FDC; }

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

 H1.HeaderClassName
 {
   color: #844FDC;
 }
 .AnyTagClassName
 {
   color: #844FDC;
 }
</style>

background-color css

<style>
 a { background-color: #844FDC; }

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

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

border-color css

<style>
 span { border-color: #844FDC; }

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

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