Html Css Color HEX #8E74E8 Medium Purple

📋 copy color: '#8E74E8'

red 142 ◦ green 116 ◦ blue 232

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

Shades of Medium Purple #8E74E8

Tints of Medium Purple #8E74E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.35%

R = 28.98%
G = 23.67%
B = 47.35%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8E74E8 (or 0x8E74E8) is known color: Medium Purple. HEX triplet: 8E, 74 and E8. RGB value is (142,116,232). Sum of RGB (Red+Green+Blue) = 142+116+232=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #8E74E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E74E8 is #718B17. Grayscale: #888888. Windows color (decimal): -7441176 or 15234190. OLE color: 15234190.

HSL color Cylindrical-coordinate representation of color #8E74E8: hue angle of 253.45º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E74E8 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 116 232 -
CMYK 0.39 0.50 0 0.09
HSL 253.45º 0.72% 0.68% -
HSV(B) 253.45º 0.5% 0.91% -
XYZ 31.97 24.07 79.3 -
YUV 137 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 142 116 232 0.39 0.50 0 0.09 253.45 0.72 0.68
Hex 8E 74 E8 27 32 0 9 FD 48 44
Octal 216 164 350 47 62 0 11 375 110 104
Binary 10001110 1110100 11101000 100111 110010 0 1001 11111101 1001000 1000100

Color Harmonies of #8E74E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E74E8

Black with #8E74E8

Text Example


Text Example

White with #8E74E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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