Html Css Color HEX #8E68EE Medium Purple

📋 copy color: '#8E68EE'

red 142 ◦ green 104 ◦ blue 238

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

Shades of Medium Purple #8E68EE

Tints of Medium Purple #8E68EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 29.34%
G = 21.49%
B = 49.17%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E68EE (or 0x8E68EE) is known color: Medium Purple. HEX triplet: 8E, 68 and EE. RGB value is (142,104,238). Sum of RGB (Red+Green+Blue) = 142+104+238=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E68EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E68EE is #719711. Grayscale: #828282. Windows color (decimal): -7444242 or 15624334. OLE color: 15624334.

HSL color Cylindrical-coordinate representation of color #8E68EE: hue angle of 257.01º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E68EE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 104 238 -
CMYK 0.40 0.56 0 0.07
HSL 257.01º 0.8% 0.67% -
HSV(B) 257.01º 0.56% 0.93% -
XYZ 31.54 21.82 83.44 -
YUV 130.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 142 104 238 0.40 0.56 0 0.07 257.01 0.8 0.67
Hex 8E 68 EE 28 38 0 7 101 50 43
Octal 216 150 356 50 70 0 7 401 120 103
Binary 10001110 1101000 11101110 101000 111000 0 111 100000001 1010000 1000011

Color Harmonies of #8E68EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E68EE

Black with #8E68EE

Text Example


Text Example

White with #8E68EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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