#885DDE

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

Shades of Medium Purple #885DDE

Tints of Medium Purple #885DDE

Color information

#885DDE (or 0x885DDE) is unknown color: approx Medium Purple. HEX triplet: 88, 5D and DE. RGB value is (136,93,222). Sum of RGB (Red+Green+Blue) = 136+93+222=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #885DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DDE is #77A221. Grayscale: #787878. Windows color (decimal): -7840290 or 14572936. OLE color: 14572936.

HSL color Cylindrical-coordinate representation of color #885DDE: hue angle of 260º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885DDE is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13693222-
CMYK0.390.5800.13
HSL260º66.15%61.76%-
HSV(B)260º58.11%87.06%-
XYZ27.2518.3471.21-
YUV120.56185.25139.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 222 (87.11% from 255) = 49.22%
R=30.16%
G=20.62%
B=49.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136932220.390.5800.1326066.1561.76
Hex885DDE273A0D104423e
Octal210135336477201540410276
Binary10001000101110111011110100111111010011011000001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,93,222); }

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

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

 a { background-color: rgb(136,93,222); }

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

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

 span { border-color: rgb(136,93,222); }

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