#9D87DD

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

Shades of Medium Purple #9D87DD

Tints of Medium Purple #9D87DD

Color information

#9D87DD (or 0x9D87DD) is unknown color: approx Medium Purple. HEX triplet: 9D, 87 and DD. RGB value is (157,135,221). Sum of RGB (Red+Green+Blue) = 157+135+221=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D87DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D87DD is #627822. Grayscale: #979797. Windows color (decimal): -6453283 or 14518173. OLE color: 14518173.

HSL color Cylindrical-coordinate representation of color #9D87DD: hue angle of 255.35º 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 #9D87DD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157135221-
CMYK0.290.3900.13
HSL255.35º55.84%69.8%-
HSV(B)255.35º38.91%86.67%-
XYZ35.6229.7272.27-
YUV151.38167.29132.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=30.60%
G=26.32%
B=43.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571352210.290.3900.13255.3555.8469.8
Hex9D87DD1D270Dff3846
Octal235207335354701537770106
Binary1001110110000111110111011110110011101101111111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D87DD; }

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

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

<style>
 a { background-color: #9D87DD; }

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

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

<style>
 span { border-color: #9D87DD; }

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

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