#987EDE

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

Shades of Medium Purple #987EDE

Tints of Medium Purple #987EDE

Color information

#987EDE (or 0x987EDE) is unknown color: approx Medium Purple. HEX triplet: 98, 7E and DE. RGB value is (152,126,222). Sum of RGB (Red+Green+Blue) = 152+126+222=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #987EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EDE is #678121. Grayscale: #909090. Windows color (decimal): -6783266 or 14581400. OLE color: 14581400.

HSL color Cylindrical-coordinate representation of color #987EDE: hue angle of 256.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987EDE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152126222-
CMYK0.320.4300.13
HSL256.25º59.26%68.24%-
HSV(B)256.25º43.24%87.06%-
XYZ33.5926.8772.52-
YUV144.72171.61133.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=30.4%
G=25.2%
B=44.4%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521262220.320.4300.13256.2559.2668.24
Hex987EDE202B0D1003b44
Octal230176336405301540073104
Binary10011000111111011011110100000101011011011000000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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