#9887DA

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

Shades of Medium Purple #9887DA

Tints of Medium Purple #9887DA

Color information

#9887DA (or 0x9887DA) is unknown color: approx Medium Purple. HEX triplet: 98, 87 and DA. RGB value is (152,135,218). Sum of RGB (Red+Green+Blue) = 152+135+218=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #9887DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887DA is #677825. Grayscale: #959595. Windows color (decimal): -6780966 or 14321560. OLE color: 14321560.

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

Color convert

RGB152135218-
CMYK0.300.3800.15
HSL252.29º52.87%69.22%-
HSV(B)252.29º38.07%85.49%-
XYZ34.2729.0770.13-
YUV149.54166.63129.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 135 (53.12% from 255) = 26.73%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=30.10%
G=26.73%
B=43.17%

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
Decimal1521352180.300.3800.15252.2952.8769.22
Hex9887DA1E260Ffc3545
Octal230207332364601737465105
Binary1001100010000111110110101111010011001111111111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9887DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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