Html Css Color HEX #8E7CDB Medium Purple

📋 copy color: '#8E7CDB'

red 142 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #8E7CDB

Tints of Medium Purple #8E7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.57%

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

R = 29.28%
G = 25.57%
B = 45.15%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E7CDB (or 0x8E7CDB) is known color: Medium Purple. HEX triplet: 8E, 7C and DB. RGB value is (142,124,219). Sum of RGB (Red+Green+Blue) = 142+124+219=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CDB is #718324. Grayscale: #8B8B8B. Windows color (decimal): -7439141 or 14384270. OLE color: 14384270.

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

Color convert

RGB 142 124 219 -
CMYK 0.35 0.43 0 0.14
HSL 251.37º 0.57% 0.67% -
HSV(B) 251.37º 0.43% 0.86% -
XYZ 31.15 25.28 70.26 -
YUV 140.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 142 124 219 0.35 0.43 0 0.14 251.37 0.57 0.67
Hex 8E 7C DB 23 2B 0 E FB 39 43
Octal 216 174 333 43 53 0 16 373 71 103
Binary 10001110 1111100 11011011 100011 101011 0 1110 11111011 111001 1000011

Color Harmonies of #8E7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7CDB

Black with #8E7CDB

Text Example


Text Example

White with #8E7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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