Html Css Color HEX #8E69EC Medium Purple

📋 copy color: '#8E69EC'

red 142 ◦ green 105 ◦ blue 236

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

Shades of Medium Purple #8E69EC

Tints of Medium Purple #8E69EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.74%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 29.4%
G = 21.74%
B = 48.86%

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

#8E69EC (or 0x8E69EC) is known color: Medium Purple. HEX triplet: 8E, 69 and EC. RGB value is (142,105,236). Sum of RGB (Red+Green+Blue) = 142+105+236=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E69EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E69EC is #719613. Grayscale: #828282. Windows color (decimal): -7443988 or 15493518. OLE color: 15493518.

HSL color Cylindrical-coordinate representation of color #8E69EC: hue angle of 256.95º degrees, saturation: 0.78, 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 #8E69EC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 105 236 -
CMYK 0.40 0.56 0 0.07
HSL 256.95º 0.78% 0.67% -
HSV(B) 256.95º 0.56% 0.93% -
XYZ 31.35 21.91 81.93 -
YUV 131 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 142 105 236 0.40 0.56 0 0.07 256.95 0.78 0.67
Hex 8E 69 EC 28 38 0 7 101 4E 43
Octal 216 151 354 50 70 0 7 401 116 103
Binary 10001110 1101001 11101100 101000 111000 0 111 100000001 1001110 1000011

Color Harmonies of #8E69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E69EC

Black with #8E69EC

Text Example


Text Example

White with #8E69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,105,236); }

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

background-color css

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

 a { background-color: rgb(142,105,236); }

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

border-color css

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

 span { border-color: rgb(142,105,236); }

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