Html Css Color HEX #8E70EC Medium Purple

📋 copy color: '#8E70EC'

red 142 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #8E70EC

Tints of Medium Purple #8E70EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.86%

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

R = 28.98%
G = 22.86%
B = 48.16%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E70EC (or 0x8E70EC) is known color: Medium Purple. HEX triplet: 8E, 70 and EC. RGB value is (142,112,236). Sum of RGB (Red+Green+Blue) = 142+112+236=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 112 (44.14% from 255 or 22.86% 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 #8E70EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E70EC is #718F13. Grayscale: #868686. Windows color (decimal): -7442196 or 15495310. OLE color: 15495310.

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

Color convert

RGB 142 112 236 -
CMYK 0.40 0.53 0 0.07
HSL 254.52º 0.77% 0.68% -
HSV(B) 254.52º 0.53% 0.93% -
XYZ 32.09 23.4 82.18 -
YUV 135.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 142 112 236 0.40 0.53 0 0.07 254.52 0.77 0.68
Hex 8E 70 EC 28 35 0 7 FF 4D 44
Octal 216 160 354 50 65 0 7 377 115 104
Binary 10001110 1110000 11101100 101000 110101 0 111 11111111 1001101 1000100

Color Harmonies of #8E70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E70EC

Black with #8E70EC

Text Example


Text Example

White with #8E70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,236); }

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

background-color css

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

 a { background-color: rgb(142,112,236); }

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

border-color css

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

 span { border-color: rgb(142,112,236); }

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