#885DC6

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

Shades of Amethyst #885DC6

Tints of Amethyst #885DC6

Color information

#885DC6 (or 0x885DC6) is unknown color: approx Amethyst. HEX triplet: 88, 5D and C6. RGB value is (136,93,198). Sum of RGB (Red+Green+Blue) = 136+93+198=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #885DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DC6 is #77A239. Grayscale: #757575. Windows color (decimal): -7840314 or 13000072. OLE color: 13000072.

HSL color Cylindrical-coordinate representation of color #885DC6: hue angle of 264.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885DC6 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13693198-
CMYK0.310.5300.22
HSL264.57º47.95%57.06%-
HSV(B)264.57º53.03%77.65%-
XYZ24.2617.1455.46-
YUV117.83173.25140.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=31.85%
G=21.78%
B=46.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal136931980.310.5300.22264.5747.9557.06
Hex885DC61F350161093039
Octal21013530637650264116071
Binary1000100010111011100011011111110101010110100001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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