#987EDC

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

Shades of Medium Purple #987EDC

Tints of Medium Purple #987EDC

Color information

#987EDC (or 0x987EDC) is unknown color: approx Medium Purple. HEX triplet: 98, 7E and DC. RGB value is (152,126,220). Sum of RGB (Red+Green+Blue) = 152+126+220=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #987EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EDC is #678123. Grayscale: #909090. Windows color (decimal): -6783268 or 14450328. OLE color: 14450328.

HSL color Cylindrical-coordinate representation of color #987EDC: hue angle of 256.6º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987EDC is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152126220-
CMYK0.310.4300.14
HSL256.6º57.32%67.84%-
HSV(B)256.6º42.73%86.27%-
XYZ33.3326.7671.12-
YUV144.49170.61133.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=30.52%
G=25.30%
B=44.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521262200.310.4300.14256.657.3267.84
Hex987EDC1F2B0E1013944
Octal230176334375301640171104
Binary1001100011111101101110011111101011011101000000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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