Html Css Color HEX #8E7DEA Medium Purple

📋 copy color: '#8E7DEA'

red 142 ◦ green 125 ◦ blue 234

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

Shades of Medium Purple #8E7DEA

Tints of Medium Purple #8E7DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.95%

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 28.34%
G = 24.95%
B = 46.71%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E7DEA (or 0x8E7DEA) is known color: Medium Purple. HEX triplet: 8E, 7D and EA. RGB value is (142,125,234). Sum of RGB (Red+Green+Blue) = 142+125+234=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E7DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7DEA is #718215. Grayscale: #8E8E8E. Windows color (decimal): -7438870 or 15367566. OLE color: 15367566.

HSL color Cylindrical-coordinate representation of color #8E7DEA: hue angle of 249.36º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E7DEA is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 125 234 -
CMYK 0.39 0.47 0 0.08
HSL 249.36º 0.72% 0.7% -
HSV(B) 249.36º 0.47% 0.92% -
XYZ 33.34 26.36 81.17 -
YUV 142.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 142 125 234 0.39 0.47 0 0.08 249.36 0.72 0.7
Hex 8E 7D EA 27 2F 0 8 F9 48 46
Octal 216 175 352 47 57 0 10 371 110 106
Binary 10001110 1111101 11101010 100111 101111 0 1000 11111001 1001000 1000110

Color Harmonies of #8E7DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DEA

Black with #8E7DEA

Text Example


Text Example

White with #8E7DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,125,234); }

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

background-color css

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

 a { background-color: rgb(142,125,234); }

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

border-color css

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

 span { border-color: rgb(142,125,234); }

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