Html Css Color HEX #8E5FEA Medium Purple

📋 copy color: '#8E5FEA'

red 142 ◦ green 95 ◦ blue 234

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

Shades of Medium Purple #8E5FEA

Tints of Medium Purple #8E5FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

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

R = 30.15%
G = 20.17%
B = 49.68%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E5FEA (or 0x8E5FEA) is known color: Medium Purple. HEX triplet: 8E, 5F and EA. RGB value is (142,95,234). Sum of RGB (Red+Green+Blue) = 142+95+234=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5FEA is #71A015. Grayscale: #7C7C7C. Windows color (decimal): -7446550 or 15359886. OLE color: 15359886.

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

Color convert

RGB 142 95 234 -
CMYK 0.39 0.59 0 0.08
HSL 260.29º 0.77% 0.65% -
HSV(B) 260.29º 0.59% 0.92% -
XYZ 30.1 19.88 80.09 -
YUV 124.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 142 95 234 0.39 0.59 0 0.08 260.29 0.77 0.65
Hex 8E 5F EA 27 3B 0 8 104 4D 41
Octal 216 137 352 47 73 0 10 404 115 101
Binary 10001110 1011111 11101010 100111 111011 0 1000 100000100 1001101 1000001

Color Harmonies of #8E5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5FEA

Black with #8E5FEA

Text Example


Text Example

White with #8E5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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