#885BC3

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

Shades of Amethyst #885BC3

Tints of Amethyst #885BC3

Color information

#885BC3 (or 0x885BC3) is unknown color: approx Amethyst. HEX triplet: 88, 5B and C3. RGB value is (136,91,195). Sum of RGB (Red+Green+Blue) = 136+91+195=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #885BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BC3 is #77A43C. Grayscale: #737373. Windows color (decimal): -7840829 or 12802952. OLE color: 12802952.

HSL color Cylindrical-coordinate representation of color #885BC3: hue angle of 265.96º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885BC3 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13691195-
CMYK0.300.5300.24
HSL265.96º46.43%56.08%-
HSV(B)265.96º53.33%76.47%-
XYZ23.7416.6653.59-
YUV116.31172.41142.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.23%
GREEN value IS 91 (35.94% from 255) = 21.56%
BLUE value IS 195 (76.56% from 255) = 46.21%
R=32.23%
G=21.56%
B=46.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136911950.300.5300.24265.9646.4356.08
Hex885BC31E3501810a2e38
Octal21013330336650304125670
Binary1000100010110111100001111110110101011000100001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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