Html Css Color HEX #8E73DC Medium Purple

📋 copy color: '#8E73DC'

red 142 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #8E73DC

Tints of Medium Purple #8E73DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 29.77%
G = 24.11%
B = 46.12%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E73DC (or 0x8E73DC) is known color: Medium Purple. HEX triplet: 8E, 73 and DC. RGB value is (142,115,220). Sum of RGB (Red+Green+Blue) = 142+115+220=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E73DC is #718C23. Grayscale: #868686. Windows color (decimal): -7441444 or 14447502. OLE color: 14447502.

HSL color Cylindrical-coordinate representation of color #8E73DC: hue angle of 255.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E73DC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 115 220 -
CMYK 0.35 0.48 0 0.14
HSL 255.43º 0.6% 0.66% -
HSV(B) 255.43º 0.48% 0.86% -
XYZ 30.2 23.18 70.59 -
YUV 135.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 142 115 220 0.35 0.48 0 0.14 255.43 0.6 0.66
Hex 8E 73 DC 23 30 0 E FF 3C 42
Octal 216 163 334 43 60 0 16 377 74 102
Binary 10001110 1110011 11011100 100011 110000 0 1110 11111111 111100 1000010

Color Harmonies of #8E73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E73DC

Black with #8E73DC

Text Example


Text Example

White with #8E73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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