#986EDB

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

Shades of Medium Purple #986EDB

Tints of Medium Purple #986EDB

Color information

#986EDB (or 0x986EDB) is unknown color: approx Medium Purple. HEX triplet: 98, 6E and DB. RGB value is (152,110,219). Sum of RGB (Red+Green+Blue) = 152+110+219=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #986EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EDB is #679124. Grayscale: #868686. Windows color (decimal): -6787365 or 14380696. OLE color: 14380696.

HSL color Cylindrical-coordinate representation of color #986EDB: hue angle of 263.12º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #986EDB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152110219-
CMYK0.310.5000.14
HSL263.12º60.22%64.51%-
HSV(B)263.12º49.77%85.88%-
XYZ31.3122.9469.8-
YUV134.98175.41140.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 110 (43.36% from 255) = 22.87%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=31.60%
G=22.87%
B=45.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521102190.310.5000.14263.1260.2264.51
Hex986EDB1F320E1073c41
Octal230156333376201640774101
Binary1001100011011101101101111111110010011101000001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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