Html Css Color HEX #8E71D4 Medium Purple

📋 copy color: '#8E71D4'

red 142 ◦ green 113 ◦ blue 212

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

Shades of Medium Purple #8E71D4

Tints of Medium Purple #8E71D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 30.41%
G = 24.2%
B = 45.4%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8E71D4 (or 0x8E71D4) is known color: Medium Purple. HEX triplet: 8E, 71 and D4. RGB value is (142,113,212). Sum of RGB (Red+Green+Blue) = 142+113+212=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #8E71D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71D4 is #718E2B. Grayscale: #848484. Windows color (decimal): -7441964 or 13922702. OLE color: 13922702.

HSL color Cylindrical-coordinate representation of color #8E71D4: hue angle of 257.58º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E71D4 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 113 212 -
CMYK 0.33 0.47 0 0.17
HSL 257.58º 0.54% 0.64% -
HSV(B) 257.58º 0.47% 0.83% -
XYZ 28.94 22.31 65.07 -
YUV 132.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 142 113 212 0.33 0.47 0 0.17 257.58 0.54 0.64
Hex 8E 71 D4 21 2F 0 11 102 36 40
Octal 216 161 324 41 57 0 21 402 66 100
Binary 10001110 1110001 11010100 100001 101111 0 10001 100000010 110110 1000000

Color Harmonies of #8E71D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E71D4

Black with #8E71D4

Text Example


Text Example

White with #8E71D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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