#986EED

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

Shades of Medium Purple #986EED

Tints of Medium Purple #986EED

Color information

#986EED (or 0x986EED) is unknown color: approx Medium Purple. HEX triplet: 98, 6E and ED. RGB value is (152,110,237). Sum of RGB (Red+Green+Blue) = 152+110+237=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #986EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EED is #679112. Grayscale: #888888. Windows color (decimal): -6787347 or 15560344. OLE color: 15560344.

HSL color Cylindrical-coordinate representation of color #986EED: hue angle of 259.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #986EED is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152110237-
CMYK0.360.5400.07
HSL259.84º77.91%68.04%-
HSV(B)259.84º53.59%92.94%-
XYZ33.8123.9482.96-
YUV137.04184.41138.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=30.46%
G=22.04%
B=47.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521102370.360.5400.07259.8477.9168.04
Hex986EED2436071044e44
Octal230156355446607404116104
Binary10011000110111011101101100100110110011110000010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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