Html Css Color HEX #8E6CDF Medium Purple

📋 copy color: '#8E6CDF'

red 142 ◦ green 108 ◦ blue 223

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

Shades of Medium Purple #8E6CDF

Tints of Medium Purple #8E6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.83%

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

R = 30.02%
G = 22.83%
B = 47.15%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E6CDF (or 0x8E6CDF) is known color: Medium Purple. HEX triplet: 8E, 6C and DF. RGB value is (142,108,223). Sum of RGB (Red+Green+Blue) = 142+108+223=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E6CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CDF is #719320. Grayscale: #828282. Windows color (decimal): -7443233 or 14642318. OLE color: 14642318.

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

Color convert

RGB 142 108 223 -
CMYK 0.36 0.52 0 0.13
HSL 257.74º 0.64% 0.65% -
HSV(B) 257.74º 0.52% 0.87% -
XYZ 29.84 21.8 72.45 -
YUV 131.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 142 108 223 0.36 0.52 0 0.13 257.74 0.64 0.65
Hex 8E 6C DF 24 34 0 D 102 40 41
Octal 216 154 337 44 64 0 15 402 100 101
Binary 10001110 1101100 11011111 100100 110100 0 1101 100000010 1000000 1000001

Color Harmonies of #8E6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6CDF

Black with #8E6CDF

Text Example


Text Example

White with #8E6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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