#885DD1

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

Shades of Amethyst #885DD1

Tints of Amethyst #885DD1

Color information

#885DD1 (or 0x885DD1) is unknown color: approx Amethyst. HEX triplet: 88, 5D and D1. RGB value is (136,93,209). Sum of RGB (Red+Green+Blue) = 136+93+209=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #885DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DD1 is #77A22E. Grayscale: #767676. Windows color (decimal): -7840303 or 13720968. OLE color: 13720968.

HSL color Cylindrical-coordinate representation of color #885DD1: hue angle of 262.24º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #885DD1 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13693209-
CMYK0.350.5600.18
HSL262.24º55.77%59.22%-
HSV(B)262.24º55.5%81.96%-
XYZ25.5817.6762.38-
YUV119.08178.75140.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=31.05%
G=21.23%
B=47.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136932090.350.5600.18262.2455.7759.22
Hex885DD12338012106383b
Octal21013532143700224067073
Binary10001000101110111010001100011111000010010100000110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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