Html Css Color HEX #8E7DDF Medium Purple

📋 copy color: '#8E7DDF'

red 142 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #8E7DDF

Tints of Medium Purple #8E7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 28.98%
G = 25.51%
B = 45.51%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E7DDF (or 0x8E7DDF) is known color: Medium Purple. HEX triplet: 8E, 7D and DF. RGB value is (142,125,223). Sum of RGB (Red+Green+Blue) = 142+125+223=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DDF is #718220. Grayscale: #8C8C8C. Windows color (decimal): -7438881 or 14646670. OLE color: 14646670.

HSL color Cylindrical-coordinate representation of color #8E7DDF: hue angle of 250.41º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E7DDF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 125 223 -
CMYK 0.36 0.44 0 0.13
HSL 250.41º 0.6% 0.68% -
HSV(B) 250.41º 0.44% 0.87% -
XYZ 31.81 25.75 73.1 -
YUV 141.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 142 125 223 0.36 0.44 0 0.13 250.41 0.6 0.68
Hex 8E 7D DF 24 2C 0 D FA 3C 44
Octal 216 175 337 44 54 0 15 372 74 104
Binary 10001110 1111101 11011111 100100 101100 0 1101 11111010 111100 1000100

Color Harmonies of #8E7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DDF

Black with #8E7DDF

Text Example


Text Example

White with #8E7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,125,223); }

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

background-color css

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

 a { background-color: rgb(142,125,223); }

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

border-color css

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

 span { border-color: rgb(142,125,223); }

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