#885ecb

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

Shades of Amethyst #885ECB

Tints of Amethyst #885ECB

Color information

#885ECB (or 0x885ECB) is unknown color: approx Amethyst. HEX triplet: 88, 5E and CB. RGB value is (136,94,203). Sum of RGB (Red+Green+Blue) = 136+94+203=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #885ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ECB is #77A134. Grayscale: #767676. Windows color (decimal): -7840053 or 13328008. OLE color: 13328008.

HSL color Cylindrical-coordinate representation of color #885ECB: hue angle of 263.12º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #885ECB is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13694203-
CMYK0.330.5400.20
HSL263.12º51.17%58.24%-
HSV(B)263.12º53.69%79.61%-
XYZ24.9417.5558.57-
YUV118.98175.41140.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=31.41%
G=21.71%
B=46.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136942030.330.5400.20263.1251.1758.24
Hex885ECB2136014107333a
Octal21013631341660244076372
Binary10001000101111011001011100001110110010100100000111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885ecb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,94,203); }

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

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

 a { background-color: rgb(136,94,203); }

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

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

 span { border-color: rgb(136,94,203); }

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