#9887DD

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

Shades of Medium Purple #9887DD

Tints of Medium Purple #9887DD

Color information

#9887DD (or 0x9887DD) is unknown color: approx Medium Purple. HEX triplet: 98, 87 and DD. RGB value is (152,135,221). Sum of RGB (Red+Green+Blue) = 152+135+221=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #9887DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887DD is #677822. Grayscale: #959595. Windows color (decimal): -6780963 or 14518168. OLE color: 14518168.

HSL color Cylindrical-coordinate representation of color #9887DD: hue angle of 251.86º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9887DD is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152135221-
CMYK0.310.3900.13
HSL251.86º55.84%69.8%-
HSV(B)251.86º38.91%86.67%-
XYZ34.6629.2272.22-
YUV149.89168.13129.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 135 (53.12% from 255) = 26.57%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=29.92%
G=26.57%
B=43.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521352210.310.3900.13251.8655.8469.8
Hex9887DD1F270Dfc3846
Octal230207335374701537470106
Binary1001100010000111110111011111110011101101111111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9887DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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