#887BDD

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

Shades of Medium Purple #887BDD

Tints of Medium Purple #887BDD

Color information

#887BDD (or 0x887BDD) is unknown color: approx Medium Purple. HEX triplet: 88, 7B and DD. RGB value is (136,123,221). Sum of RGB (Red+Green+Blue) = 136+123+221=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #887BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BDD is #778422. Grayscale: #898989. Windows color (decimal): -7832611 or 14515080. OLE color: 14515080.

HSL color Cylindrical-coordinate representation of color #887BDD: hue angle of 247.96º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #887BDD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136123221-
CMYK0.380.4400.13
HSL247.96º59.04%67.45%-
HSV(B)247.96º44.34%86.67%-
XYZ30.2924.6271.56-
YUV138.06174.81126.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.33%
GREEN value IS 123 (48.44% from 255) = 25.62%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=28.33%
G=25.62%
B=46.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361232210.380.4400.13247.9659.0467.45
Hex887BDD262C0Df83b43
Octal210173335465401537073103
Binary1000100011110111101110110011010110001101111110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887BDD; }

 p { color: rgb(136,123,221); }

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

<style>
 a { background-color: #887BDD; }

 a { background-color: rgb(136,123,221); }

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

<style>
 span { border-color: #887BDD; }

 span { border-color: rgb(136,123,221); }

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