Html Css Color HEX #8E76DB Medium Purple

📋 copy color: '#8E76DB'

red 142 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #8E76DB

Tints of Medium Purple #8E76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.63%

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

R = 29.65%
G = 24.63%
B = 45.72%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E76DB (or 0x8E76DB) is known color: Medium Purple. HEX triplet: 8E, 76 and DB. RGB value is (142,118,219). Sum of RGB (Red+Green+Blue) = 142+118+219=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E76DB is #718924. Grayscale: #888888. Windows color (decimal): -7440677 or 14382734. OLE color: 14382734.

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

Color convert

RGB 142 118 219 -
CMYK 0.35 0.46 0 0.14
HSL 254.26º 0.58% 0.66% -
HSV(B) 254.26º 0.46% 0.86% -
XYZ 30.42 23.82 70.01 -
YUV 136.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 142 118 219 0.35 0.46 0 0.14 254.26 0.58 0.66
Hex 8E 76 DB 23 2E 0 E FE 3A 42
Octal 216 166 333 43 56 0 16 376 72 102
Binary 10001110 1110110 11011011 100011 101110 0 1110 11111110 111010 1000010

Color Harmonies of #8E76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E76DB

Black with #8E76DB

Text Example


Text Example

White with #8E76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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