Html Css Color HEX #8E6AEA Medium Purple

📋 copy color: '#8E6AEA'

red 142 ◦ green 106 ◦ blue 234

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

Shades of Medium Purple #8E6AEA

Tints of Medium Purple #8E6AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.99%

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

R = 29.46%
G = 21.99%
B = 48.55%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E6AEA (or 0x8E6AEA) is known color: Medium Purple. HEX triplet: 8E, 6A and EA. RGB value is (142,106,234). Sum of RGB (Red+Green+Blue) = 142+106+234=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E6AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6AEA is #719515. Grayscale: #828282. Windows color (decimal): -7443734 or 15362702. OLE color: 15362702.

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

Color convert

RGB 142 106 234 -
CMYK 0.39 0.55 0 0.08
HSL 256.88º 0.75% 0.67% -
HSV(B) 256.88º 0.55% 0.92% -
XYZ 31.16 22 80.45 -
YUV 131.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 142 106 234 0.39 0.55 0 0.08 256.88 0.75 0.67
Hex 8E 6A EA 27 37 0 8 101 4B 43
Octal 216 152 352 47 67 0 10 401 113 103
Binary 10001110 1101010 11101010 100111 110111 0 1000 100000001 1001011 1000011

Color Harmonies of #8E6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6AEA

Black with #8E6AEA

Text Example


Text Example

White with #8E6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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