#885ACC

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

Shades of Amethyst #885ACC

Tints of Amethyst #885ACC

Color information

#885ACC (or 0x885ACC) is unknown color: approx Amethyst. HEX triplet: 88, 5A and CC. RGB value is (136,90,204). Sum of RGB (Red+Green+Blue) = 136+90+204=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #885ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ACC is #77A533. Grayscale: #747474. Windows color (decimal): -7841076 or 13392520. OLE color: 13392520.

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

Color convert

RGB13690204-
CMYK0.330.5600.2
HSL264.21º52.78%57.65%-
HSV(B)264.21º55.88%80%-
XYZ24.7116.9159.09-
YUV116.75177.24141.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 204 (80.08% from 255) = 47.44%
R=31.63%
G=20.93%
B=47.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal136902040.330.5600.2264.2152.7857.65
Hex885ACC2138014108353a
Octal21013231441700244106572
Binary10001000101101011001100100001111000010100100001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,90,204); }

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

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

 a { background-color: rgb(136,90,204); }

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

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

 span { border-color: rgb(136,90,204); }

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