Html Css Color HEX #8C7EDB Medium Purple

📋 copy color: '#8C7EDB'

red 140 ◦ green 126 ◦ blue 219

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

Shades of Medium Purple #8C7EDB

Tints of Medium Purple #8C7EDB

RGB

 RED value IS 140 (55.08% from 255) = 28.87%

 GREEN value IS 126 (49.61% from 255) = 25.98%

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

R = 28.87%
G = 25.98%
B = 45.15%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C7EDB (or 0x8C7EDB) is known color: Medium Purple. HEX triplet: 8C, 7E and DB. RGB value is (140,126,219). Sum of RGB (Red+Green+Blue) = 140+126+219=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 126 (49.61% from 255 or 25.98% 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 #8C7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EDB is #738124. Grayscale: #8C8C8C. Windows color (decimal): -7569701 or 14384780. OLE color: 14384780.

HSL color Cylindrical-coordinate representation of color #8C7EDB: hue angle of 249.03º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C7EDB is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 126 219 -
CMYK 0.36 0.42 0 0.14
HSL 249.03º 0.56% 0.68% -
HSV(B) 249.03º 0.42% 0.86% -
XYZ 31.06 25.61 70.32 -
YUV 140.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 140 126 219 0.36 0.42 0 0.14 249.03 0.56 0.68
Hex 8C 7E DB 24 2A 0 E F9 38 44
Octal 214 176 333 44 52 0 16 371 70 104
Binary 10001100 1111110 11011011 100100 101010 0 1110 11111001 111000 1000100

Color Harmonies of #8C7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7EDB

Black with #8C7EDB

Text Example


Text Example

White with #8C7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,126,219); }

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

background-color css

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

 a { background-color: rgb(140,126,219); }

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

border-color css

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

 span { border-color: rgb(140,126,219); }

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