Html Css Color HEX #8C7EE0 Medium Purple

📋 copy color: '#8C7EE0'

red 140 ◦ green 126 ◦ blue 224

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

Shades of Medium Purple #8C7EE0

Tints of Medium Purple #8C7EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 28.57%
G = 25.71%
B = 45.71%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8C7EE0 (or 0x8C7EE0) is known color: Medium Purple. HEX triplet: 8C, 7E and E0. RGB value is (140,126,224). Sum of RGB (Red+Green+Blue) = 140+126+224=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C7EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EE0 is #73811F. Grayscale: #8C8C8C. Windows color (decimal): -7569696 or 14712460. OLE color: 14712460.

HSL color Cylindrical-coordinate representation of color #8C7EE0: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C7EE0 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 126 224 -
CMYK 0.38 0.44 0 0.12
HSL 248.57º 0.61% 0.69% -
HSV(B) 248.57º 0.44% 0.88% -
XYZ 31.73 25.88 73.84 -
YUV 141.36 174.64 127.03 -
System Red Green Blue C M Y K H S L
Decimal 140 126 224 0.38 0.44 0 0.12 248.57 0.61 0.69
Hex 8C 7E E0 26 2C 0 C F9 3D 45
Octal 214 176 340 46 54 0 14 371 75 105
Binary 10001100 1111110 11100000 100110 101100 0 1100 11111001 111101 1000101

Color Harmonies of #8C7EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7EE0

Black with #8C7EE0

Text Example


Text Example

White with #8C7EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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