#987CEC

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

Shades of Medium Purple #987CEC

Tints of Medium Purple #987CEC

Color information

#987CEC (or 0x987CEC) is unknown color: approx Medium Purple. HEX triplet: 98, 7C and EC. RGB value is (152,124,236). Sum of RGB (Red+Green+Blue) = 152+124+236=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #987CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987CEC is #678313. Grayscale: #909090. Windows color (decimal): -6783764 or 15498392. OLE color: 15498392.

HSL color Cylindrical-coordinate representation of color #987CEC: hue angle of 255º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987CEC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152124236-
CMYK0.360.4700.07
HSL255º74.67%70.59%-
HSV(B)255º47.46%92.55%-
XYZ35.327.1582.74-
YUV145.14179.28132.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 124 (48.83% from 255) = 24.22%
BLUE value IS 236 (92.58% from 255) = 46.09%
R=29.69%
G=24.22%
B=46.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521242360.360.4700.0725574.6770.59
Hex987CEC242F07ff4b47
Octal230174354445707377113107
Binary1001100011111001110110010010010111101111111111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,236); }

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

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

 a { background-color: rgb(152,124,236); }

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

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

 span { border-color: rgb(152,124,236); }

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