#885BC1

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

Shades of Amethyst #885BC1

Tints of Amethyst #885BC1

Color information

#885BC1 (or 0x885BC1) is unknown color: approx Amethyst. HEX triplet: 88, 5B and C1. RGB value is (136,91,193). Sum of RGB (Red+Green+Blue) = 136+91+193=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #885BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BC1 is #77A43E. Grayscale: #737373. Windows color (decimal): -7840831 or 12671880. OLE color: 12671880.

HSL color Cylindrical-coordinate representation of color #885BC1: hue angle of 266.47º degrees, saturation: 0.45, 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 #885BC1 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13691193-
CMYK0.300.5300.24
HSL266.47º45.13%55.69%-
HSV(B)266.47º52.85%75.69%-
XYZ23.5216.5752.41-
YUV116.08171.41142.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 193 (75.78% from 255) = 45.95%
R=32.38%
G=21.67%
B=45.95%

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
Decimal136911930.300.5300.24266.4745.1355.69
Hex885BC11E3501810a2d38
Octal21013330136650304125570
Binary1000100010110111100000111110110101011000100001010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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