#987DF0

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

Shades of Medium Purple #987DF0

Tints of Medium Purple #987DF0

Color information

#987DF0 (or 0x987DF0) is unknown color: approx Medium Purple. HEX triplet: 98, 7D and F0. RGB value is (152,125,240). Sum of RGB (Red+Green+Blue) = 152+125+240=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #987DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DF0 is #67820F. Grayscale: #919191. Windows color (decimal): -6783504 or 15760792. OLE color: 15760792.

HSL color Cylindrical-coordinate representation of color #987DF0: hue angle of 254.09º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #987DF0 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152125240-
CMYK0.370.4800.06
HSL254.09º79.31%71.57%-
HSV(B)254.09º47.92%94.12%-
XYZ36.0127.6385.87-
YUV146.18180.95132.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 240 (94.14% from 255) = 46.42%
R=29.40%
G=24.18%
B=46.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521252400.370.4800.06254.0979.3171.57
Hex987DF0253006fe4f48
Octal230175360456006376117110
Binary1001100011111011111000010010111000001101111111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,125,240); }

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

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

 a { background-color: rgb(152,125,240); }

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

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

 span { border-color: rgb(152,125,240); }

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