#885ECA

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

Shades of Amethyst #885ECA

Tints of Amethyst #885ECA

Color information

#885ECA (or 0x885ECA) is unknown color: approx Amethyst. HEX triplet: 88, 5E and CA. RGB value is (136,94,202). Sum of RGB (Red+Green+Blue) = 136+94+202=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #885ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ECA is #77A135. Grayscale: #767676. Windows color (decimal): -7840054 or 13262472. OLE color: 13262472.

HSL color Cylindrical-coordinate representation of color #885ECA: hue angle of 263.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885ECA is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13694202-
CMYK0.330.5300.21
HSL263.33º50.47%58.04%-
HSV(B)263.33º53.47%79.22%-
XYZ24.8217.557.95-
YUV118.87174.91140.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=31.48%
G=21.76%
B=46.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136942020.330.5300.21263.3350.4758.04
Hex885ECA2135015107323a
Octal21013631241650254076272
Binary10001000101111011001010100001110101010101100000111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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