Html Css Color HEX #8E73EA Medium Purple

📋 copy color: '#8E73EA'

red 142 ◦ green 115 ◦ blue 234

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

Shades of Medium Purple #8E73EA

Tints of Medium Purple #8E73EA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.42%

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

R = 28.92%
G = 23.42%
B = 47.66%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E73EA (or 0x8E73EA) is known color: Medium Purple. HEX triplet: 8E, 73 and EA. RGB value is (142,115,234). Sum of RGB (Red+Green+Blue) = 142+115+234=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E73EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E73EA is #718C15. Grayscale: #888888. Windows color (decimal): -7441430 or 15365006. OLE color: 15365006.

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

Color convert

RGB 142 115 234 -
CMYK 0.39 0.51 0 0.08
HSL 253.61º 0.74% 0.68% -
HSV(B) 253.61º 0.51% 0.92% -
XYZ 32.14 23.95 80.77 -
YUV 136.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 142 115 234 0.39 0.51 0 0.08 253.61 0.74 0.68
Hex 8E 73 EA 27 33 0 8 FE 4A 44
Octal 216 163 352 47 63 0 10 376 112 104
Binary 10001110 1110011 11101010 100111 110011 0 1000 11111110 1001010 1000100

Color Harmonies of #8E73EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E73EA

Black with #8E73EA

Text Example


Text Example

White with #8E73EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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