#9887DE

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

Shades of Medium Purple #9887DE

Tints of Medium Purple #9887DE

Color information

#9887DE (or 0x9887DE) is unknown color: approx Medium Purple. HEX triplet: 98, 87 and DE. RGB value is (152,135,222). Sum of RGB (Red+Green+Blue) = 152+135+222=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #9887DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887DE is #677821. Grayscale: #959595. Windows color (decimal): -6780962 or 14583704. OLE color: 14583704.

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

Color convert

RGB152135222-
CMYK0.320.3900.13
HSL251.72º56.86%70%-
HSV(B)251.72º39.19%87.06%-
XYZ34.829.2872.92-
YUV150168.63129.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=29.86%
G=26.52%
B=43.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521352220.320.3900.13251.7256.8670
Hex9887DE20270Dfc3946
Octal230207336404701537471106
Binary10011000100001111101111010000010011101101111111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9887DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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