#895AA2

Color #895AA2 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #895AA2

Tints of Ce Soir #895AA2

Color information

#895AA2 (or 0x895AA2) is unknown color: approx Ce Soir. HEX triplet: 89, 5A and A2. RGB value is (137,90,162). Sum of RGB (Red+Green+Blue) = 137+90+162=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 162 - color contains mainly: blue. Hex color #895AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895AA2 is #76A55D. Grayscale: #707070. Windows color (decimal): -7775582 or 10640009. OLE color: 10640009.

HSL color Cylindrical-coordinate representation of color #895AA2: hue angle of 279.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #895AA2 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13790162-
CMYK0.150.4400.36
HSL279.17º28.57%49.41%-
HSV(B)279.17º44.44%63.53%-
XYZ20.4915.2436.04-
YUV112.26156.07145.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 162 (63.67% from 255) = 41.65%
R=35.22%
G=23.14%
B=41.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137901620.150.4400.36279.1728.5749.41
Hex895AA2F2C0241171d31
Octal21113224217540444273561
Binary100010011011010101000101111101100010010010001011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895AA2; }

 p { color: rgb(137,90,162); }

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

<style>
 a { background-color: #895AA2; }

 a { background-color: rgb(137,90,162); }

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

<style>
 span { border-color: #895AA2; }

 span { border-color: rgb(137,90,162); }

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