#987dd7

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

Shades of Medium Purple #987DD7

Tints of Medium Purple #987DD7

Color information

#987DD7 (or 0x987DD7) is unknown color: approx Medium Purple. HEX triplet: 98, 7D and D7. RGB value is (152,125,215). Sum of RGB (Red+Green+Blue) = 152+125+215=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #987DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DD7 is #678228. Grayscale: #8F8F8F. Windows color (decimal): -6783529 or 14122392. OLE color: 14122392.

HSL color Cylindrical-coordinate representation of color #987DD7: hue angle of 258º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987DD7 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152125215-
CMYK0.290.4200.16
HSL258º52.94%66.67%-
HSV(B)258º41.86%84.31%-
XYZ32.5526.2567.64-
YUV143.33168.45134.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 215 (84.38% from 255) = 43.70%
R=30.89%
G=25.41%
B=43.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521252150.290.4200.1625852.9466.67
Hex987DD71D2A0101023543
Octal230175327355202040265103
Binary10011000111110111010111111011010100100001000000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987dd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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