Html Css Color HEX #8E71DC Medium Purple

📋 copy color: '#8E71DC'

red 142 ◦ green 113 ◦ blue 220

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

Shades of Medium Purple #8E71DC

Tints of Medium Purple #8E71DC

RGB

 RED value IS 142 (55.86% from 255) = 29.89%

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

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

R = 29.89%
G = 23.79%
B = 46.32%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E71DC (or 0x8E71DC) is known color: Medium Purple. HEX triplet: 8E, 71 and DC. RGB value is (142,113,220). Sum of RGB (Red+Green+Blue) = 142+113+220=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71DC is #718E23. Grayscale: #858585. Windows color (decimal): -7441956 or 14446990. OLE color: 14446990.

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

Color convert

RGB 142 113 220 -
CMYK 0.35 0.49 0 0.14
HSL 256.26º 0.6% 0.65% -
HSV(B) 256.26º 0.49% 0.86% -
XYZ 29.98 22.73 70.52 -
YUV 133.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 142 113 220 0.35 0.49 0 0.14 256.26 0.6 0.65
Hex 8E 71 DC 23 31 0 E 100 3C 41
Octal 216 161 334 43 61 0 16 400 74 101
Binary 10001110 1110001 11011100 100011 110001 0 1110 100000000 111100 1000001

Color Harmonies of #8E71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E71DC

Black with #8E71DC

Text Example


Text Example

White with #8E71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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