#987DDC

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

Shades of Medium Purple #987DDC

Tints of Medium Purple #987DDC

Color information

#987DDC (or 0x987DDC) is unknown color: approx Medium Purple. HEX triplet: 98, 7D and DC. RGB value is (152,125,220). Sum of RGB (Red+Green+Blue) = 152+125+220=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #987DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DDC is #678223. Grayscale: #8F8F8F. Windows color (decimal): -6783524 or 14450072. OLE color: 14450072.

HSL color Cylindrical-coordinate representation of color #987DDC: hue angle of 257.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987DDC is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152125220-
CMYK0.310.4300.14
HSL257.05º57.58%67.65%-
HSV(B)257.05º43.18%86.27%-
XYZ33.226.5171.08-
YUV143.9170.95133.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 220 (86.33% from 255) = 44.27%
R=30.58%
G=25.15%
B=44.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521252200.310.4300.14257.0557.5867.65
Hex987DDC1F2B0E1013a44
Octal230175334375301640172104
Binary1001100011111011101110011111101011011101000000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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