Html Css Color HEX #8D71DC Medium Purple

📋 copy color: '#8D71DC'

red 141 ◦ green 113 ◦ blue 220

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

Shades of Medium Purple #8D71DC

Tints of Medium Purple #8D71DC

RGB

 RED value IS 141 (55.47% from 255) = 29.75%

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

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

R = 29.75%
G = 23.84%
B = 46.41%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D71DC (or 0x8D71DC) is known color: Medium Purple. HEX triplet: 8D, 71 and DC. RGB value is (141,113,220). Sum of RGB (Red+Green+Blue) = 141+113+220=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71DC is #728E23. Grayscale: #858585. Windows color (decimal): -7507492 or 14446989. OLE color: 14446989.

HSL color Cylindrical-coordinate representation of color #8D71DC: hue angle of 255.7º 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 #8D71DC is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 113 220 -
CMYK 0.36 0.49 0 0.14
HSL 255.7º 0.6% 0.65% -
HSV(B) 255.7º 0.49% 0.86% -
XYZ 29.81 22.64 70.51 -
YUV 133.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 141 113 220 0.36 0.49 0 0.14 255.7 0.6 0.65
Hex 8D 71 DC 24 31 0 E 100 3C 41
Octal 215 161 334 44 61 0 16 400 74 101
Binary 10001101 1110001 11011100 100100 110001 0 1110 100000000 111100 1000001

Color Harmonies of #8D71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D71DC

Black with #8D71DC

Text Example


Text Example

White with #8D71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D71DC; }

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

 H1.HeaderClassName
 {
   color: #8D71DC;
 }
 .AnyTagClassName
 {
   color: #8D71DC;
 }
</style>

background-color css

<style>
 a { background-color: #8D71DC; }

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

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

border-color css

<style>
 span { border-color: #8D71DC; }

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

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