Html Css Color HEX #8E7AD7 Medium Purple

📋 copy color: '#8E7AD7'

red 142 ◦ green 122 ◦ blue 215

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

Shades of Medium Purple #8E7AD7

Tints of Medium Purple #8E7AD7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.47%

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 29.65%
G = 25.47%
B = 44.89%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8E7AD7 (or 0x8E7AD7) is known color: Medium Purple. HEX triplet: 8E, 7A and D7. RGB value is (142,122,215). Sum of RGB (Red+Green+Blue) = 142+122+215=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E7AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7AD7 is #718528. Grayscale: #8A8A8A. Windows color (decimal): -7439657 or 14121614. OLE color: 14121614.

HSL color Cylindrical-coordinate representation of color #8E7AD7: hue angle of 252.9º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E7AD7 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 122 215 -
CMYK 0.34 0.43 0 0.16
HSL 252.9º 0.54% 0.66% -
HSV(B) 252.9º 0.43% 0.84% -
XYZ 30.38 24.58 67.43 -
YUV 138.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 142 122 215 0.34 0.43 0 0.16 252.9 0.54 0.66
Hex 8E 7A D7 22 2B 0 10 FD 36 42
Octal 216 172 327 42 53 0 20 375 66 102
Binary 10001110 1111010 11010111 100010 101011 0 10000 11111101 110110 1000010

Color Harmonies of #8E7AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7AD7

Black with #8E7AD7

Text Example


Text Example

White with #8E7AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,122,215); }

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

background-color css

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

 a { background-color: rgb(142,122,215); }

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

border-color css

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

 span { border-color: rgb(142,122,215); }

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