Html Css Color HEX #9E86DC Medium Purple

📋 copy color: '#9E86DC'

red 158 ◦ green 134 ◦ blue 220

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

Shades of Medium Purple #9E86DC

Tints of Medium Purple #9E86DC

RGB

 RED value IS 158 (62.11% from 255) = 30.86%

 GREEN value IS 134 (52.73% from 255) = 26.17%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 30.86%
G = 26.17%
B = 42.97%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E86DC (or 0x9E86DC) is known color: Medium Purple. HEX triplet: 9E, 86 and DC. RGB value is (158,134,220). Sum of RGB (Red+Green+Blue) = 158+134+220=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E86DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86DC is #617923. Grayscale: #969696. Windows color (decimal): -6388004 or 14452382. OLE color: 14452382.

HSL color Cylindrical-coordinate representation of color #9E86DC: hue angle of 256.74º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E86DC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 134 220 -
CMYK 0.28 0.39 0 0.14
HSL 256.74º 0.55% 0.69% -
HSV(B) 256.74º 0.39% 0.86% -
XYZ 35.54 29.49 71.53 -
YUV 150.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 158 134 220 0.28 0.39 0 0.14 256.74 0.55 0.69
Hex 9E 86 DC 1C 27 0 E 101 37 45
Octal 236 206 334 34 47 0 16 401 67 105
Binary 10011110 10000110 11011100 11100 100111 0 1110 100000001 110111 1000101

Color Harmonies of #9E86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E86DC

Black with #9E86DC

Text Example


Text Example

White with #9E86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E86DC; }

 p { color: rgb(158,134,220); }

 H1.HeaderClassName
 {
   color: #9E86DC;
 }
 .AnyTagClassName
 {
   color: #9E86DC;
 }
</style>

background-color css

<style>
 a { background-color: #9E86DC; }

 a { background-color: rgb(158,134,220); }

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

border-color css

<style>
 span { border-color: #9E86DC; }

 span { border-color: rgb(158,134,220); }

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