#896fa2

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

Shades of Ce Soir #896FA2

Tints of Ce Soir #896FA2

Color information

#896FA2 (or 0x896FA2) is unknown color: approx Ce Soir. HEX triplet: 89, 6F and A2. RGB value is (137,111,162). Sum of RGB (Red+Green+Blue) = 137+111+162=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 162 - color contains mainly: blue. Hex color #896FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FA2 is #76905D. Grayscale: #7C7C7C. Windows color (decimal): -7770206 or 10645385. OLE color: 10645385.

HSL color Cylindrical-coordinate representation of color #896FA2: hue angle of 270.59º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #896FA2 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB137111162-
CMYK0.150.3100.36
HSL270.59º21.52%53.53%-
HSV(B)270.59º31.48%63.53%-
XYZ22.5219.336.72-
YUV124.59149.11136.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 162 (63.67% from 255) = 39.51%
R=33.41%
G=27.07%
B=39.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371111620.150.3100.36270.5921.5253.53
Hex896FA2F1F02410f1636
Octal21115724217370444172666
Binary10001001110111110100010111111111010010010000111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896fa2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896fa2; }

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

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

<style>
 a { background-color: #896fa2; }

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

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

<style>
 span { border-color: #896fa2; }

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

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