#9E86DD

Color #9E86DD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9E86DD

Tints of Medium Purple #9E86DD

Color information

#9E86DD (or 0x9E86DD) is unknown color: approx Medium Purple. HEX triplet: 9E, 86 and DD. RGB value is (158,134,221). Sum of RGB (Red+Green+Blue) = 158+134+221=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86DD is #617922. Grayscale: #969696. Windows color (decimal): -6388003 or 14517918. OLE color: 14517918.

HSL color Cylindrical-coordinate representation of color #9E86DD: hue angle of 256.55º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E86DD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158134221-
CMYK0.290.3900.13
HSL256.55º56.13%69.61%-
HSV(B)256.55º39.37%86.67%-
XYZ35.6829.5472.23-
YUV151.09167.45132.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=30.80%
G=26.12%
B=43.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581342210.290.3900.13256.5556.1369.61
Hex9E86DD1D270D1013846
Octal236206335354701540170106
Binary10011110100001101101110111101100111011011000000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E86DD;
 }
 .AnyTagClassName
 {
   color: #9E86DD;
 }
</style>
background-color css

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

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

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

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

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

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