Html Css Color HEX #8C7FE1 Medium Purple

📋 copy color: '#8C7FE1'

red 140 ◦ green 127 ◦ blue 225

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

Shades of Medium Purple #8C7FE1

Tints of Medium Purple #8C7FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 25.81%

 BLUE value IS 225 (88.28% from 255) = 45.73%

R = 28.46%
G = 25.81%
B = 45.73%

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

#8C7FE1 (or 0x8C7FE1) is known color: Medium Purple. HEX triplet: 8C, 7F and E1. RGB value is (140,127,225). Sum of RGB (Red+Green+Blue) = 140+127+225=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C7FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FE1 is #73801E. Grayscale: #8D8D8D. Windows color (decimal): -7569439 or 14778252. OLE color: 14778252.

HSL color Cylindrical-coordinate representation of color #8C7FE1: hue angle of 247.96º degrees, saturation: 0.62, 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 #8C7FE1 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 127 225 -
CMYK 0.38 0.44 0 0.12
HSL 247.96º 0.62% 0.69% -
HSV(B) 247.96º 0.44% 0.88% -
XYZ 32 26.19 74.6 -
YUV 142.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 140 127 225 0.38 0.44 0 0.12 247.96 0.62 0.69
Hex 8C 7F E1 26 2C 0 C F8 3E 45
Octal 214 177 341 46 54 0 14 370 76 105
Binary 10001100 1111111 11100001 100110 101100 0 1100 11111000 111110 1000101

Color Harmonies of #8C7FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FE1

Black with #8C7FE1

Text Example


Text Example

White with #8C7FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,225); }

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

background-color css

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

 a { background-color: rgb(140,127,225); }

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

border-color css

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

 span { border-color: rgb(140,127,225); }

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