Html Css Color HEX #8E68EB Medium Purple

📋 copy color: '#8E68EB'

red 142 ◦ green 104 ◦ blue 235

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

Shades of Medium Purple #8E68EB

Tints of Medium Purple #8E68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.62%

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 29.52%
G = 21.62%
B = 48.86%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E68EB (or 0x8E68EB) is known color: Medium Purple. HEX triplet: 8E, 68 and EB. RGB value is (142,104,235). Sum of RGB (Red+Green+Blue) = 142+104+235=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E68EB is #719714. Grayscale: #818181. Windows color (decimal): -7444245 or 15427726. OLE color: 15427726.

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

Color convert

RGB 142 104 235 -
CMYK 0.40 0.56 0 0.08
HSL 257.4º 0.77% 0.66% -
HSV(B) 257.4º 0.56% 0.92% -
XYZ 31.1 21.65 81.14 -
YUV 130.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 142 104 235 0.40 0.56 0 0.08 257.4 0.77 0.66
Hex 8E 68 EB 28 38 0 8 101 4D 42
Octal 216 150 353 50 70 0 10 401 115 102
Binary 10001110 1101000 11101011 101000 111000 0 1000 100000001 1001101 1000010

Color Harmonies of #8E68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E68EB

Black with #8E68EB

Text Example


Text Example

White with #8E68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,104,235); }

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

background-color css

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

 a { background-color: rgb(142,104,235); }

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

border-color css

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

 span { border-color: rgb(142,104,235); }

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