#9887D8

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

Shades of Medium Purple #9887D8

Tints of Medium Purple #9887D8

Color information

#9887D8 (or 0x9887D8) is unknown color: approx Medium Purple. HEX triplet: 98, 87 and D8. RGB value is (152,135,216). Sum of RGB (Red+Green+Blue) = 152+135+216=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #9887D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887D8 is #677827. Grayscale: #959595. Windows color (decimal): -6780968 or 14190488. OLE color: 14190488.

HSL color Cylindrical-coordinate representation of color #9887D8: hue angle of 252.59º degrees, saturation: 0.51, 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 #9887D8 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152135216-
CMYK0.300.3800.15
HSL252.59º50.94%68.82%-
HSV(B)252.59º37.5%84.71%-
XYZ34.0128.9668.76-
YUV149.32165.63129.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=30.22%
G=26.84%
B=42.94%

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
Decimal1521352160.300.3800.15252.5950.9468.82
Hex9887D81E260Ffd3345
Octal230207330364601737563105
Binary1001100010000111110110001111010011001111111111011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9887D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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