Html Css Color HEX #8471DC Medium Purple

📋 copy color: '#8471DC'

red 132 ◦ green 113 ◦ blue 220

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

Shades of Medium Purple #8471DC

Tints of Medium Purple #8471DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.3%

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

R = 28.39%
G = 24.3%
B = 47.31%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8471DC (or 0x8471DC) is known color: Medium Purple. HEX triplet: 84, 71 and DC. RGB value is (132,113,220). Sum of RGB (Red+Green+Blue) = 132+113+220=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #8471DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471DC is #7B8E23. Grayscale: #828282. Windows color (decimal): -8097316 or 14446980. OLE color: 14446980.

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

Color convert

RGB 132 113 220 -
CMYK 0.40 0.49 0 0.14
HSL 250.65º 0.6% 0.65% -
HSV(B) 250.65º 0.49% 0.86% -
XYZ 28.34 21.88 70.44 -
YUV 130.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 132 113 220 0.40 0.49 0 0.14 250.65 0.6 0.65
Hex 84 71 DC 28 31 0 E FB 3C 41
Octal 204 161 334 50 61 0 16 373 74 101
Binary 10000100 1110001 11011100 101000 110001 0 1110 11111011 111100 1000001

Color Harmonies of #8471DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471DC

Black with #8471DC

Text Example


Text Example

White with #8471DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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