#9887D9

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

Shades of Medium Purple #9887D9

Tints of Medium Purple #9887D9

Color information

#9887D9 (or 0x9887D9) is unknown color: approx Medium Purple. HEX triplet: 98, 87 and D9. RGB value is (152,135,217). Sum of RGB (Red+Green+Blue) = 152+135+217=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #9887D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887D9 is #677826. Grayscale: #959595. Windows color (decimal): -6780967 or 14256024. OLE color: 14256024.

HSL color Cylindrical-coordinate representation of color #9887D9: hue angle of 252.44º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9887D9 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152135217-
CMYK0.300.3800.15
HSL252.44º51.9%69.02%-
HSV(B)252.44º37.79%85.1%-
XYZ34.1429.0169.45-
YUV149.43166.13129.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.16%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=30.16%
G=26.79%
B=43.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521352170.300.3800.15252.4451.969.02
Hex9887D91E260Ffc3445
Octal230207331364601737464105
Binary1001100010000111110110011111010011001111111111001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9887D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9887D9; }

 p { color: rgb(152,135,217); }

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

<style>
 a { background-color: #9887D9; }

 a { background-color: rgb(152,135,217); }

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

<style>
 span { border-color: #9887D9; }

 span { border-color: rgb(152,135,217); }

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