Html Css Color HEX #8E78DB Medium Purple

📋 copy color: '#8E78DB'

red 142 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #8E78DB

Tints of Medium Purple #8E78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.95%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 29.52%
G = 24.95%
B = 45.53%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E78DB (or 0x8E78DB) is known color: Medium Purple. HEX triplet: 8E, 78 and DB. RGB value is (142,120,219). Sum of RGB (Red+Green+Blue) = 142+120+219=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E78DB is #718724. Grayscale: #898989. Windows color (decimal): -7440165 or 14383246. OLE color: 14383246.

HSL color Cylindrical-coordinate representation of color #8E78DB: hue angle of 253.33º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E78DB is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 120 219 -
CMYK 0.35 0.45 0 0.14
HSL 253.33º 0.58% 0.66% -
HSV(B) 253.33º 0.45% 0.86% -
XYZ 30.66 24.3 70.09 -
YUV 137.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 142 120 219 0.35 0.45 0 0.14 253.33 0.58 0.66
Hex 8E 78 DB 23 2D 0 E FD 3A 42
Octal 216 170 333 43 55 0 16 375 72 102
Binary 10001110 1111000 11011011 100011 101101 0 1110 11111101 111010 1000010

Color Harmonies of #8E78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E78DB

Black with #8E78DB

Text Example


Text Example

White with #8E78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,120,219); }

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

background-color css

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

 a { background-color: rgb(142,120,219); }

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

border-color css

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

 span { border-color: rgb(142,120,219); }

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