#987ED9

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

Shades of Medium Purple #987ED9

Tints of Medium Purple #987ED9

Color information

#987ED9 (or 0x987ED9) is unknown color: approx Medium Purple. HEX triplet: 98, 7E and D9. RGB value is (152,126,217). Sum of RGB (Red+Green+Blue) = 152+126+217=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #987ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ED9 is #678126. Grayscale: #8F8F8F. Windows color (decimal): -6783271 or 14253720. OLE color: 14253720.

HSL color Cylindrical-coordinate representation of color #987ED9: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987ED9 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152126217-
CMYK0.300.4200.15
HSL257.14º54.49%67.25%-
HSV(B)257.14º41.94%85.1%-
XYZ32.9326.6169.05-
YUV144.15169.11133.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=30.71%
G=25.45%
B=43.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521262170.300.4200.15257.1454.4967.25
Hex987ED91E2A0F1013643
Octal230176331365201740166103
Binary1001100011111101101100111110101010011111000000011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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