#9D87DE

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

Shades of Medium Purple #9D87DE

Tints of Medium Purple #9D87DE

Color information

#9D87DE (or 0x9D87DE) is unknown color: approx Medium Purple. HEX triplet: 9D, 87 and DE. RGB value is (157,135,222). Sum of RGB (Red+Green+Blue) = 157+135+222=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D87DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D87DE is #627821. Grayscale: #979797. Windows color (decimal): -6453282 or 14583709. OLE color: 14583709.

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

Color convert

RGB157135222-
CMYK0.290.3900.13
HSL255.17º56.86%70%-
HSV(B)255.17º39.19%87.06%-
XYZ35.7529.7772.97-
YUV151.5167.79131.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.54%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 222 (87.11% from 255) = 43.19%
R=30.54%
G=26.26%
B=43.19%

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
Decimal1571352220.290.3900.13255.1756.8670
Hex9D87DE1D270Dff3946
Octal235207336354701537771106
Binary1001110110000111110111101110110011101101111111111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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