Html Css Color HEX #8D71EC Medium Purple

📋 copy color: '#8D71EC'

red 141 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #8D71EC

Tints of Medium Purple #8D71EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 28.78%
G = 23.06%
B = 48.16%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D71EC (or 0x8D71EC) is known color: Medium Purple. HEX triplet: 8D, 71 and EC. RGB value is (141,113,236). Sum of RGB (Red+Green+Blue) = 141+113+236=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D71EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D71EC is #728E13. Grayscale: #868686. Windows color (decimal): -7507476 or 15495565. OLE color: 15495565.

HSL color Cylindrical-coordinate representation of color #8D71EC: hue angle of 253.66º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D71EC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 113 236 -
CMYK 0.40 0.52 0 0.07
HSL 253.66º 0.76% 0.68% -
HSV(B) 253.66º 0.52% 0.93% -
XYZ 32.03 23.53 82.21 -
YUV 135.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 141 113 236 0.40 0.52 0 0.07 253.66 0.76 0.68
Hex 8D 71 EC 28 34 0 7 FE 4C 44
Octal 215 161 354 50 64 0 7 376 114 104
Binary 10001101 1110001 11101100 101000 110100 0 111 11111110 1001100 1000100

Color Harmonies of #8D71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D71EC

Black with #8D71EC

Text Example


Text Example

White with #8D71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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