Html Css Color HEX #8E6DDF Medium Purple

📋 copy color: '#8E6DDF'

red 142 ◦ green 109 ◦ blue 223

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

Shades of Medium Purple #8E6DDF

Tints of Medium Purple #8E6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23%

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

R = 29.96%
G = 23%
B = 47.05%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E6DDF (or 0x8E6DDF) is known color: Medium Purple. HEX triplet: 8E, 6D and DF. RGB value is (142,109,223). Sum of RGB (Red+Green+Blue) = 142+109+223=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6DDF is #719220. Grayscale: #838383. Windows color (decimal): -7442977 or 14642574. OLE color: 14642574.

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

Color convert

RGB 142 109 223 -
CMYK 0.36 0.51 0 0.13
HSL 257.37º 0.64% 0.65% -
HSV(B) 257.37º 0.51% 0.87% -
XYZ 29.94 22.02 72.48 -
YUV 131.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 142 109 223 0.36 0.51 0 0.13 257.37 0.64 0.65
Hex 8E 6D DF 24 33 0 D 101 40 41
Octal 216 155 337 44 63 0 15 401 100 101
Binary 10001110 1101101 11011111 100100 110011 0 1101 100000001 1000000 1000001

Color Harmonies of #8E6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6DDF

Black with #8E6DDF

Text Example


Text Example

White with #8E6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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