#987BD5

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

Shades of Medium Purple #987BD5

Tints of Medium Purple #987BD5

Color information

#987BD5 (or 0x987BD5) is unknown color: approx Medium Purple. HEX triplet: 98, 7B and D5. RGB value is (152,123,213). Sum of RGB (Red+Green+Blue) = 152+123+213=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #987BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BD5 is #67842A. Grayscale: #8D8D8D. Windows color (decimal): -6784043 or 13990808. OLE color: 13990808.

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

Color convert

RGB152123213-
CMYK0.290.4200.16
HSL259.33º51.72%65.88%-
HSV(B)259.33º42.25%83.53%-
XYZ32.0425.6566.21-
YUV141.93168.11135.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 123 (48.44% from 255) = 25.20%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=31.15%
G=25.20%
B=43.65%

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
Decimal1521232130.290.4200.16259.3351.7265.88
Hex987BD51D2A0101033442
Octal230173325355202040364102
Binary10011000111101111010101111011010100100001000000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,123,213); }

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

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

 a { background-color: rgb(152,123,213); }

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

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

 span { border-color: rgb(152,123,213); }

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