Html Css Color HEX #8E77EB Medium Purple

📋 copy color: '#8E77EB'

red 142 ◦ green 119 ◦ blue 235

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

Shades of Medium Purple #8E77EB

Tints of Medium Purple #8E77EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.99%

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

R = 28.63%
G = 23.99%
B = 47.38%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E77EB (or 0x8E77EB) is known color: Medium Purple. HEX triplet: 8E, 77 and EB. RGB value is (142,119,235). Sum of RGB (Red+Green+Blue) = 142+119+235=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E77EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E77EB is #718814. Grayscale: #8A8A8A. Windows color (decimal): -7440405 or 15431566. OLE color: 15431566.

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

Color convert

RGB 142 119 235 -
CMYK 0.40 0.49 0 0.08
HSL 251.9º 0.74% 0.69% -
HSV(B) 251.9º 0.49% 0.92% -
XYZ 32.75 24.94 81.69 -
YUV 139.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 142 119 235 0.40 0.49 0 0.08 251.9 0.74 0.69
Hex 8E 77 EB 28 31 0 8 FC 4A 45
Octal 216 167 353 50 61 0 10 374 112 105
Binary 10001110 1110111 11101011 101000 110001 0 1000 11111100 1001010 1000101

Color Harmonies of #8E77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E77EB

Black with #8E77EB

Text Example


Text Example

White with #8E77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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