#987FDA

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

Shades of Medium Purple #987FDA

Tints of Medium Purple #987FDA

Color information

#987FDA (or 0x987FDA) is unknown color: approx Medium Purple. HEX triplet: 98, 7F and DA. RGB value is (152,127,218). Sum of RGB (Red+Green+Blue) = 152+127+218=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #987FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FDA is #678025. Grayscale: #909090. Windows color (decimal): -6783014 or 14319512. OLE color: 14319512.

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

Color convert

RGB152127218-
CMYK0.300.4200.15
HSL256.48º55.15%67.65%-
HSV(B)256.48º41.74%85.49%-
XYZ33.1926.9269.78-
YUV144.85169.28133.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=30.58%
G=25.55%
B=43.86%

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
Decimal1521272180.300.4200.15256.4855.1567.65
Hex987FDA1E2A0F1003744
Octal230177332365201740067104
Binary1001100011111111101101011110101010011111000000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,127,218); }

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

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

 a { background-color: rgb(152,127,218); }

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

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

 span { border-color: rgb(152,127,218); }

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