Html Css Color HEX #8E74DC Medium Purple

📋 copy color: '#8E74DC'

red 142 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #8E74DC

Tints of Medium Purple #8E74DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.27%

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

R = 29.71%
G = 24.27%
B = 46.03%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E74DC (or 0x8E74DC) is known color: Medium Purple. HEX triplet: 8E, 74 and DC. RGB value is (142,116,220). Sum of RGB (Red+Green+Blue) = 142+116+220=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E74DC is #718B23. Grayscale: #878787. Windows color (decimal): -7441188 or 14447758. OLE color: 14447758.

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

Color convert

RGB 142 116 220 -
CMYK 0.35 0.47 0 0.14
HSL 255º 0.6% 0.66% -
HSV(B) 255º 0.47% 0.86% -
XYZ 30.32 23.41 70.63 -
YUV 135.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 142 116 220 0.35 0.47 0 0.14 255 0.6 0.66
Hex 8E 74 DC 23 2F 0 E FF 3C 42
Octal 216 164 334 43 57 0 16 377 74 102
Binary 10001110 1110100 11011100 100011 101111 0 1110 11111111 111100 1000010

Color Harmonies of #8E74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E74DC

Black with #8E74DC

Text Example


Text Example

White with #8E74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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