Html Css Color HEX #8E72EC Medium Purple

📋 copy color: '#8E72EC'

red 142 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #8E72EC

Tints of Medium Purple #8E72EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.17%

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

R = 28.86%
G = 23.17%
B = 47.97%

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

#8E72EC (or 0x8E72EC) is known color: Medium Purple. HEX triplet: 8E, 72 and EC. RGB value is (142,114,236). Sum of RGB (Red+Green+Blue) = 142+114+236=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E72EC is #718D13. Grayscale: #878787. Windows color (decimal): -7441684 or 15495822. OLE color: 15495822.

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

Color convert

RGB 142 114 236 -
CMYK 0.40 0.52 0 0.07
HSL 253.77º 0.76% 0.69% -
HSV(B) 253.77º 0.52% 0.93% -
XYZ 32.31 23.84 82.26 -
YUV 136.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 142 114 236 0.40 0.52 0 0.07 253.77 0.76 0.69
Hex 8E 72 EC 28 34 0 7 FE 4C 45
Octal 216 162 354 50 64 0 7 376 114 105
Binary 10001110 1110010 11101100 101000 110100 0 111 11111110 1001100 1000101

Color Harmonies of #8E72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E72EC

Black with #8E72EC

Text Example


Text Example

White with #8E72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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