Html Css Color HEX #8E6FDE Medium Purple

📋 copy color: '#8E6FDE'

red 142 ◦ green 111 ◦ blue 222

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

Shades of Medium Purple #8E6FDE

Tints of Medium Purple #8E6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.37%

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 29.89%
G = 23.37%
B = 46.74%

CMYK

 C value IS 0.36

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E6FDE (or 0x8E6FDE) is known color: Medium Purple. HEX triplet: 8E, 6F and DE. RGB value is (142,111,222). Sum of RGB (Red+Green+Blue) = 142+111+222=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E6FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6FDE is #719021. Grayscale: #848484. Windows color (decimal): -7442466 or 14577550. OLE color: 14577550.

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

Color convert

RGB 142 111 222 -
CMYK 0.36 0.5 0 0.13
HSL 256.76º 0.63% 0.65% -
HSV(B) 256.76º 0.5% 0.87% -
XYZ 30.02 22.39 71.85 -
YUV 132.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 142 111 222 0.36 0.5 0 0.13 256.76 0.63 0.65
Hex 8E 6F DE 24 32 0 D 101 3F 41
Octal 216 157 336 44 62 0 15 401 77 101
Binary 10001110 1101111 11011110 100100 110010 0 1101 100000001 111111 1000001

Color Harmonies of #8E6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6FDE

Black with #8E6FDE

Text Example


Text Example

White with #8E6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,111,222); }

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

background-color css

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

 a { background-color: rgb(142,111,222); }

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

border-color css

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

 span { border-color: rgb(142,111,222); }

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