#885BD5

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

Shades of Medium Purple #885BD5

Tints of Medium Purple #885BD5

Color information

#885BD5 (or 0x885BD5) is unknown color: approx Medium Purple. HEX triplet: 88, 5B and D5. RGB value is (136,91,213). Sum of RGB (Red+Green+Blue) = 136+91+213=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #885BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BD5 is #77A42A. Grayscale: #757575. Windows color (decimal): -7840811 or 13982600. OLE color: 13982600.

HSL color Cylindrical-coordinate representation of color #885BD5: hue angle of 262.13º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #885BD5 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13691213-
CMYK0.360.5700.16
HSL262.13º59.22%59.61%-
HSV(B)262.13º57.28%83.53%-
XYZ25.917.5264.97-
YUV118.36181.41140.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.91%
GREEN value IS 91 (35.94% from 255) = 20.68%
BLUE value IS 213 (83.59% from 255) = 48.41%
R=30.91%
G=20.68%
B=48.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal136912130.360.5700.16262.1359.2259.61
Hex885BD524390101063b3c
Octal21013332544710204067374
Binary10001000101101111010101100100111001010000100000110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885BD5; }

 p { color: rgb(136,91,213); }

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

<style>
 a { background-color: #885BD5; }

 a { background-color: rgb(136,91,213); }

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

<style>
 span { border-color: #885BD5; }

 span { border-color: rgb(136,91,213); }

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