Html Css Color HEX #8464DC Medium Purple

📋 copy color: '#8464DC'

red 132 ◦ green 100 ◦ blue 220

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

Shades of Medium Purple #8464DC

Tints of Medium Purple #8464DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.12%

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

R = 29.2%
G = 22.12%
B = 48.67%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8464DC (or 0x8464DC) is known color: Medium Purple. HEX triplet: 84, 64 and DC. RGB value is (132,100,220). Sum of RGB (Red+Green+Blue) = 132+100+220=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #8464DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464DC is #7B9B23. Grayscale: #7A7A7A. Windows color (decimal): -8100644 or 14443652. OLE color: 14443652.

HSL color Cylindrical-coordinate representation of color #8464DC: hue angle of 256º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8464DC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 100 220 -
CMYK 0.40 0.55 0 0.14
HSL 256º 0.63% 0.63% -
HSV(B) 256º 0.55% 0.86% -
XYZ 26.99 19.19 69.99 -
YUV 123.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 132 100 220 0.40 0.55 0 0.14 256 0.63 0.63
Hex 84 64 DC 28 37 0 E 100 3F 3F
Octal 204 144 334 50 67 0 16 400 77 77
Binary 10000100 1100100 11011100 101000 110111 0 1110 100000000 111111 111111

Color Harmonies of #8464DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8464DC

Black with #8464DC

Text Example


Text Example

White with #8464DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8464DC; }

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

 H1.HeaderClassName
 {
   color: #8464DC;
 }
 .AnyTagClassName
 {
   color: #8464DC;
 }
</style>

background-color css

<style>
 a { background-color: #8464DC; }

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

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

border-color css

<style>
 span { border-color: #8464DC; }

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

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