#986EDE

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

Shades of Medium Purple #986EDE

Tints of Medium Purple #986EDE

Color information

#986EDE (or 0x986EDE) is unknown color: approx Medium Purple. HEX triplet: 98, 6E and DE. RGB value is (152,110,222). Sum of RGB (Red+Green+Blue) = 152+110+222=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #986EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EDE is #679121. Grayscale: #868686. Windows color (decimal): -6787362 or 14577304. OLE color: 14577304.

HSL color Cylindrical-coordinate representation of color #986EDE: hue angle of 262.5º 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 #986EDE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152110222-
CMYK0.320.5000.13
HSL262.5º62.92%65.1%-
HSV(B)262.5º50.45%87.06%-
XYZ31.7123.171.89-
YUV135.33176.91139.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=31.40%
G=22.73%
B=45.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521102220.320.5000.13262.562.9265.1
Hex986EDE20320D1063f41
Octal230156336406201540677101
Binary10011000110111011011110100000110010011011000001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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