#986EE1

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

Shades of Medium Purple #986EE1

Tints of Medium Purple #986EE1

Color information

#986EE1 (or 0x986EE1) is unknown color: approx Medium Purple. HEX triplet: 98, 6E and E1. RGB value is (152,110,225). Sum of RGB (Red+Green+Blue) = 152+110+225=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #986EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EE1 is #67911E. Grayscale: #878787. Windows color (decimal): -6787359 or 14773912. OLE color: 14773912.

HSL color Cylindrical-coordinate representation of color #986EE1: hue angle of 261.91º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986EE1 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB152110225-
CMYK0.320.5100.12
HSL261.91º65.71%65.69%-
HSV(B)261.91º51.11%88.24%-
XYZ32.1223.2674.03-
YUV135.67178.41139.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 225 (88.28% from 255) = 46.20%
R=31.21%
G=22.59%
B=46.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1521102250.320.5100.12261.9165.7165.69
Hex986EE120330C1064242
Octal2301563414063014406102102
Binary100110001101110111000011000001100110110010000011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986EE1; }

 p { color: rgb(152,110,225); }

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

<style>
 a { background-color: #986EE1; }

 a { background-color: rgb(152,110,225); }

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

<style>
 span { border-color: #986EE1; }

 span { border-color: rgb(152,110,225); }

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